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.
28
25
29
26
Each framework has an implementations of the [Floating UI tutorial](https://floating-ui.com/docs/tutorial) as an example:
30
27
31
28
-[DOM](./packages/dom/example)
29
+
-[Dioxus](./packages/dioxus/example)
32
30
-[Leptos](./packages/leptos/example)
33
31
-[Yew](./packages/yew/example)
34
32
35
33
Additionally, implementations of [Floating UI tests](https://github.com/floating-ui/floating-ui/tree/master/packages/dom/test) are more complex examples:
36
34
35
+
-[Dioxus](./packages/dioxus/tests)
37
36
-[Leptos](./packages/leptos/tests)
38
37
-[Yew](./packages/yew/tests)
39
38
@@ -44,6 +43,7 @@ See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documen
44
43
Documentation for the crates is available on [Docs.rs](https://docs.rs/):
`while_elements_mounted` automatically handles calling and cleaning up `auto_update` based on the presence of the reference and floating element.
87
+
88
+
See the documentation on [docs.rs](https://docs.rs/floating-ui-dioxus/latest/floating_ui_dioxus/#functions) for all alternatives of the `use_auto_update` hook.
[`use_floating()`](./frameworks/dioxus.md) should be used instead with a framework. If you are using a base package, change the package with the package switcher above.
[`use_floating()`](./frameworks/leptos.md) should be used instead with a framework. If you are using a base package, change the package with the package switcher above.
This package provides [Dioxus](https://dioxuslabs.com/) bindings for `floating-ui-dom` - a library that provides anchor positioning for a floating element to position it next to a given reference element.
4
+
5
+
## Installation
6
+
7
+
```shell
8
+
cargo add floating-ui-dioxus
9
+
```
10
+
11
+
-[View on crates.io](https://crates.io/crates/floating-ui-dioxus)
12
+
-[View on docs.rs](https://docs.rs/floating-ui-dioxus/latest/floating_ui_dioxus/)
0 commit comments