You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for examples.
25
25
26
26
Each framework has an implementations of the [Floating UI tutorial](https://floating-ui.com/docs/tutorial) as an example:
27
27
28
-
-[DOM](./packages/dom/example)
29
-
-[Dioxus](./packages/dioxus/example)
30
-
-[Leptos](./packages/leptos/example)
31
-
-[Yew](./packages/yew/example)
28
+
-[DOM](./packages/dom/example)
29
+
-[Dioxus](./packages/dioxus/example)
30
+
-[Leptos](./packages/leptos/example)
31
+
-[Yew](./packages/yew/example)
32
32
33
33
Additionally, implementations of [Floating UI tests](https://github.com/floating-ui/floating-ui/tree/master/packages/dom/test) are more complex examples:
34
34
35
-
-[Dioxus](./packages/dioxus/tests)
36
-
-[Leptos](./packages/leptos/tests)
37
-
-[Yew](./packages/yew/tests)
35
+
-[Dioxus](./packages/dioxus/tests)
36
+
-[Leptos](./packages/leptos/tests)
37
+
-[Yew](./packages/yew/tests)
38
38
39
39
## Documentation
40
40
41
41
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documentation.
42
42
43
43
Documentation for the crates is available on [Docs.rs](https://docs.rs/):
0 commit comments