We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db231ee commit 5dd1a6bCopy full SHA for 5dd1a6b
1 file changed
README.md
@@ -54,6 +54,16 @@ fn Demo() -> impl IntoView {
54
}
55
```
56
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
67
## Server-Side Rendering
68
69
To use this with Leptos' server-side rendering, you can have to add `leptos-use` as a dependency to your `Cargo.toml` and
0 commit comments