File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,16 @@ fn Demo() -> impl IntoView {
5454}
5555```
5656
57+ ## Leptos Compatibility
58+
59+ | Crate version | Compatible Leptos version |
60+ | ---------------| ---------------------------|
61+ | <= 0.2 | 0.3 |
62+ | 0.3 | 0.4 |
63+ | 0.4, 0.5, 0.6 | 0.5 |
64+ | 0.7 – 0.12 | 0.6 |
65+ | 0.14.0-beta2 | 0.7 |
66+
5767## Server-Side Rendering
5868
5969To use this with Leptos' server-side rendering, you can have to add ` leptos-use ` as a dependency to your ` Cargo.toml ` and
@@ -356,14 +366,4 @@ and at the sections [Struct attributes](#struct-attributes) and
356366
357367All contributions are welcome. Please open an issue or a pull request if you have any ideas or problems.
358368
359- <!-- cargo-rdme end -->
360-
361- ## Leptos Compatibility
362-
363- | Crate version | Compatible Leptos version |
364- | ---------------| ---------------------------|
365- | <= 0.2 | 0.3 |
366- | 0.3 | 0.4 |
367- | 0.4, 0.5, 0.6 | 0.5 |
368- | 0.7 – 0.13 | 0.6 |
369- | 0.14 | 0.7 |
369+ <!-- cargo-rdme end --> |
You can’t perform that action at this time.
0 commit comments