12 releases (6 breaking)
0.7.0 | Feb 1, 2024 |
---|---|
0.6.0 | Jan 30, 2024 |
0.5.0 | Jan 29, 2024 |
0.4.0 | Oct 18, 2023 |
0.1.1 | Jun 25, 2023 |
#309 in GUI
82 downloads per month
Used in leptonic
22KB
404 lines
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
Dependencies
~20–32MB
~497K SLoC