Tiptap editor#

Embed a simple WYSIWYG editor into your app.

The provided editor is a wrapper around a headless Tiptap editor instance obtainable via the leptos-tiptap integration. You may want to look into building you own editor UI!

enabled

<TiptapEditor disabled=disabled value=value set_value=move |content| match content { TiptapContent::Html(content) | TiptapContent::Json(content) => set_value.set(content), }/>