Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Rust port of [Radix](https://www.radix-ui.com).

Rust Radix is available for these Rust frameworks:

- [Dioxus](https://dioxuslabs.com/)
- [Leptos](./packages/primitives/leptos)
- [Yew](https://yew.rs/)
- [Dioxus](https://dioxuslabs.com/)
- [Leptos](./packages/primitives/leptos)
- [Yew](https://yew.rs/)

See [the Rust Radix book](https://radix.rustforweb.org/introduction.html#frameworks) for more information.

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

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
24 changes: 12 additions & 12 deletions book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ Rust Radix is a Rust port of [Radix](https://www.radix-ui.com/primitives).

Rust Radix consists of the following parts:

- [Colors](./colors)
- [Icons](./icons)
- [Primitives](./primitives)
- [Themes](./themes)
- [Colors](./colors)
- [Icons](./icons)
- [Primitives](./primitives)
- [Themes](./themes)

## Frameworks

Rust Radix is available for the following frameworks:

- [Dioxus](https://dioxuslabs.com/)
- [Leptos](https://leptos.dev/)
- [Yew](https://yew.rs/)
- [Dioxus](https://dioxuslabs.com/)
- [Leptos](https://leptos.dev/)
- [Yew](https://yew.rs/)

The tables below show the support for the various frameworks.

- ✅ = Supported
- 🟦 = Early Support
- 🚧 = Work In Progress
- ❌ = Unsupported
- ✅ = Supported
- 🟦 = Early Support
- 🚧 = Work In Progress
- ❌ = Unsupported

### Colors Support

Expand Down Expand Up @@ -176,4 +176,4 @@ This project is available under the [MIT license](https://github.com/RustForWeb/

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/icons/dioxus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/icons/leptos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/icons/yew/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/core/number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/core/primitive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/core/rect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/accessible-icon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/arrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/aspect-ratio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/avatar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/checkbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/compose-refs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/direction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/dismissable-layer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/focus-guards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/focus-scope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/id/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/label/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/popper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/presence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/primitive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/progress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/roving-focus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/separator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/switch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/toggle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/use-escape-keydown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/use-previous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/use-size/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/leptos/visually-hidden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/yew/arrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/yew/aspect-ratio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/yew/avatar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/yew/checkbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/yew/collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/yew/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion packages/primitives/yew/direction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ See [the Rust Radix book](https://radix.rustforweb.org/) for documentation.

The Rust Radix project is part of [Rust for Web](https://github.com/RustForWeb).

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