Skip to content

Commit 74f82e8

Browse files
docs: update organization description (#194)
1 parent 5b53eb9 commit 74f82e8

8 files changed

Lines changed: 29 additions & 29 deletions

File tree

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,40 +14,40 @@ Rust port of [Floating UI](https://floating-ui.com).
1414

1515
Rust Floating UI is available for these Rust frameworks:
1616

17-
- [DOM](./packages/dom) ([`web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html))
18-
- [Dioxus](https://dioxuslabs.com/)
19-
- [Leptos](./packages/leptos)
20-
- [Yew](https://yew.rs/)
17+
- [DOM](./packages/dom) ([`web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html))
18+
- [Dioxus](https://dioxuslabs.com/)
19+
- [Leptos](./packages/leptos)
20+
- [Yew](https://yew.rs/)
2121

2222
## Examples
2323

2424
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for examples.
2525

2626
Each framework has an implementations of the [Floating UI tutorial](https://floating-ui.com/docs/tutorial) as an example:
2727

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)
3232

3333
Additionally, implementations of [Floating UI tests](https://github.com/floating-ui/floating-ui/tree/master/packages/dom/test) are more complex examples:
3434

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)
3838

3939
## Documentation
4040

4141
See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documentation.
4242

4343
Documentation for the crates is available on [Docs.rs](https://docs.rs/):
4444

45-
- [`floating-ui-core`](https://docs.rs/floating-ui-core/latest/floating_ui_core/)
46-
- [`floating-ui-dioxus`](https://docs.rs/floating-ui-dioxus/latest/floating_ui_dioxus/)
47-
- [`floating-ui-dom`](https://docs.rs/floating-ui-dom/latest/floating_ui_dom/)
48-
- [`floating-ui-leptos`](https://docs.rs/floating-ui-leptos/latest/floating_ui_leptos/)
49-
- [`floating-ui-utils`](https://docs.rs/floating-ui-utils/latest/floating_ui_utils/)
50-
- [`floating-ui-yew`](https://docs.rs/floating-ui-yew/latest/floating_ui_yew/)
45+
- [`floating-ui-core`](https://docs.rs/floating-ui-core/latest/floating_ui_core/)
46+
- [`floating-ui-dioxus`](https://docs.rs/floating-ui-dioxus/latest/floating_ui_dioxus/)
47+
- [`floating-ui-dom`](https://docs.rs/floating-ui-dom/latest/floating_ui_dom/)
48+
- [`floating-ui-leptos`](https://docs.rs/floating-ui-leptos/latest/floating_ui_leptos/)
49+
- [`floating-ui-utils`](https://docs.rs/floating-ui-utils/latest/floating_ui_utils/)
50+
- [`floating-ui-yew`](https://docs.rs/floating-ui-yew/latest/floating_ui_yew/)
5151

5252
## Credits
5353

@@ -61,4 +61,4 @@ This project is available under the [MIT license](LICENSE.md).
6161

6262
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
6363

64-
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
64+
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.

book/src/introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ It also provides features to avoid collisions with the viewport, as absolute pos
1616

1717
Rust Floating UI is available for the following frameworks:
1818

19-
- [DOM (`web-sys`)](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html)
20-
- [Dioxus](https://dioxuslabs.com/)
21-
- [Leptos](https://leptos.dev/)
22-
- [Yew](https://yew.rs/)
19+
- [DOM (`web-sys`)](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html)
20+
- [Dioxus](https://dioxuslabs.com/)
21+
- [Leptos](https://leptos.dev/)
22+
- [Yew](https://yew.rs/)
2323

2424
See [Frameworks](./frameworks/index.md) for documentation for each framework.
2525

@@ -35,4 +35,4 @@ This project is available under the [MIT license](https://github.com/RustForWeb/
3535

3636
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
3737

38-
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
38+
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documen
1818

1919
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

21-
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
21+
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.

packages/dioxus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documen
1818

1919
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

21-
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
21+
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.

packages/dom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documen
1818

1919
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

21-
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
21+
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.

packages/leptos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documen
1818

1919
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

21-
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
21+
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.

packages/utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documen
1818

1919
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

21-
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
21+
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.

packages/yew/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ See [the Rust Floating UI book](https://floating-ui.rustforweb.org/) for documen
1818

1919
The Rust Floating UI project is part of [Rust for Web](https://github.com/RustForWeb).
2020

21-
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
21+
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.

0 commit comments

Comments
 (0)