leptos-tiptap

Crates.ioleptos-tiptap
lib.rsleptos-tiptap
version0.7.0
sourcesrc
created_at2023-06-25 11:15:11.632725
updated_at2024-02-01 12:18:34.778373
descriptionTiptap integration for leptos projects.
homepage
repositoryhttps://github.com/lpotthast/leptos-tiptap
max_upload_size
id899393
size21,316
Lukas Potthast (lpotthast)

documentation

README

leptos-tiptap

Enables the integration of Tiptap instances into your leptos projects.

Usage

This is a rather low-level dependency. Use it if you want to create your own editor experience. You will need the actual tiptap JS code in your application. Check out leptos-tiptap-build as well as the leptos-tiptap examples ("demo-csr" and "demo-ssr"), all available in the repository, to get a grasp of how the tiptap JS files can be added to a build.

Integrated

If you are searching for a ready-to-use text editor, check out the leptos component library Leptonic, which already incorporates this crate to define an editor.

Leptos compatibility

Crate version Compatible Leptos version
0.1 0.3
0.2 0.4
0.3.0-alpha 0.5.0-alpha
0.3.0-beta 0.5.0-beta
0.3.0-rc1 0.5.0-rc1
0.4, 0.5 (csr)
0.5, 0.6 0.5 (csr and ssr)
0.7 0.6

MSRV

The minimum supported rust version is 1.65

Commit count: 49

cargo fmt