Crates.io | leptos-tiptap |
lib.rs | leptos-tiptap |
version | 0.7.0 |
source | src |
created_at | 2023-06-25 11:15:11.632725 |
updated_at | 2024-02-01 12:18:34.778373 |
description | Tiptap integration for leptos projects. |
homepage | |
repository | https://github.com/lpotthast/leptos-tiptap |
max_upload_size | |
id | 899393 |
size | 21,316 |
Enables the integration of Tiptap instances into your leptos projects.
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.
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.
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 |
The minimum supported rust version is 1.65