Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ⚡️

Awesome Lists containing this project

README

        


Logo

> 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.