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
@@ -30,10 +30,12 @@ Each framework has an implementations of the [Floating UI tutorial](https://floa
30
30
31
31
-[DOM](./packages/dom/example)
32
32
-[Leptos](./packages/leptos/example)
33
+
-[Yew](./packages/yew/example)
33
34
34
35
Additionally, implementations of [Floating UI tests](https://github.com/floating-ui/floating-ui/tree/master/packages/dom/test) are more complex examples:
35
36
36
37
-[Leptos](./packages/leptos/tests)
38
+
-[Yew](./packages/yew/tests)
37
39
38
40
## Documentation
39
41
@@ -45,6 +47,7 @@ Documentation for the crates is available on [Docs.rs](https://docs.rs/):
This package provides [Yew](https://yew.rs/) 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-yew
9
+
```
10
+
11
+
-[View on crates.io](https://crates.io/crates/floating-ui-yew)
12
+
-[View on docs.rs](https://docs.rs/floating-ui-yew/latest/floating_ui_yew/)
0 commit comments