Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartolomej/react-codefull
Fast and extensible code editor component for React.js ⚡️
https://github.com/bartolomej/react-codefull
code-editor react react-library
Last synced: about 1 month ago
JSON representation
Fast and extensible code editor component for React.js ⚡️
- Host: GitHub
- URL: https://github.com/bartolomej/react-codefull
- Owner: bartolomej
- License: mit
- Created: 2022-01-31T10:07:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T02:06:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T10:44:36.673Z (3 months ago)
- Topics: code-editor, react, react-library
- Language: TypeScript
- Homepage: https://react-codefull.netlify.app
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> NOTE: This library is still in development, the API may change in the future 🚧
## 👋 Get started
Install with npm or yarn:
```bash
npm i react-codefull
```Use in your React app:
```typescript jsx
import { CodeEditor } from "react-codefull";export default () => (
)
```
Check out [react-codefull.netlify.app](https://react-codefull.netlify.app) for comprehensive documentation and example usage.