Editor

This component is currently a work in progress; the API and documentation are subject to change.

The WYSIWYG editor component provides a rich text editing experience, allowing users to write and format text easily. It is built on the TipTap library.

API

Additional options and features will be introduced in the future.

useEditor()
useEditorContext()

<EditorProvider>
  <Toolbar />
  <FixedMenu />
  <Editor />
</EditorProvider>