Interactive Playground
Experiment with sizing, the toolbar, and validation states.
Configuration
Top
Geometry
Small (sm)
Character Limit
States
Live Source Code
Implementation Examples
1. Minimal Toolbar Subset
Pass a plain array — :toolbar="['bold', 'italic', 'link']" — for lightweight fields that only need a few actions. Pass [] to hide the toolbar entirely.
2. Full Rich Text
The default toolbar (DEFAULT_TEXT_EDITOR_TOOLBAR) covers headings, marks, alignment, lists, blockquotes, code blocks, links, and undo/redo — backed by Tiptap's ProseMirror schema, which patches the DOM directly instead of diffing a virtual DOM, so typing stays smooth even with the full toolbar enabled.