dante3
v1.4.2
Published
Dante3 is a text editor built on top of TipTap
Readme
dante3
Dante is a React editor built on top of TipTap and ProseMirror.
Install
npm install dante3Basic usage
import DanteEditor from "dante3";
export default function Example() {
return <DanteEditor bodyPlaceholder="Write something useful" />;
}Highlights
- Configurable extensions, widgets, and tooltips
- JSON and HTML content support
- Renderer helpers for read-only surfaces
- Built-in media, file, embed, recorder, GIF, and dictation blocks
Documentation
The package docs live in docs and are rendered by the website in this repository.
Development
npm install
npm run dante3:buildLicense
MIT
