0.0.3 ā¢ Published 2 years ago
@use-kit/editor-react v0.0.3
@use-kit/editor-react
š A Lightweight Rich Text Editor With Markdown.
Usage
pnpm i @use-kit/editor-react
import TextEditor from '@use-kit/editor-react'
const EditorView = () => {
return (
<>
<TextEditor />
</>
)
}
export default EditorView
License
MIT License Ā© 2022 Akashi Sai