@fabriq-public/block-note-library
v2.0.4
Published
The ready-to-use BlocknoteJS component with custom extensions, for Vue
Downloads
4,362
Readme
@fabriq-public/block-note-library
Usage
Import the following:
import {
BlockNoteEditor,
buildBlockNoteScheme,
createReactComponentForBlockNote,
locales,
} from '@fabriq-public/block-note-library';Import the CSS:
import '@fabriq-public/block-note-library/dist/style.css';Then use createReactComponentForBlockNote to mount the editor.
