UNPKG

@empoleon/solid-measure

Version:
24 lines (14 loc) 661 B
# solid-tiptap The Tiptap Editor is a headless, framework-agnostic rich text editor that's customizable and extendable through extensions. Its headless nature means it comes without a set user interface, offering full design freedom (for a jumpstart, see linked [UI templates](#examples-codesandbox-and-ui-templates) below). Tiptap is based on the highly reliable [ProseMirror](https://github.com/ProseMirror/prosemirror) library. ## Installation Install it from yarn and include it in your Solid build process (using Vite). ```bash yarn add @empoleon/solid-tiptap ``` ## Usage See the storybooks for examples ```bash yarn storybook ``` ## License MIT