https://github.com/dioxuslabs/components
Accessible, unstyled, foundational components for Dioxus.
https://github.com/dioxuslabs/components
components dioxus rust
Last synced: 11 months ago
JSON representation
Accessible, unstyled, foundational components for Dioxus.
- Host: GitHub
- URL: https://github.com/dioxuslabs/components
- Owner: DioxusLabs
- License: apache-2.0
- Created: 2024-04-04T03:13:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T20:42:26.000Z (11 months ago)
- Last Synced: 2025-07-26T03:41:45.190Z (11 months ago)
- Topics: components, dioxus, rust
- Language: Rust
- Homepage: https://dioxuslabs.github.io/components/
- Size: 2.97 MB
- Stars: 138
- Watchers: 8
- Forks: 24
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
🎲 Dioxus Primitives 🧱
Accessible, unstyled, foundational components for Dioxus.
---
Dioxus primitives is an ARIA-accessible, unstyled, foundational component library for Dioxus based on Radix Primitives. We bring the logic, you bring the styling.
Building styled and more featured component libraries on top of Dioxus Primitives is encouraged!
## Here's what we have.
We're still in the early days - Many components are still being created and stabilized.
28/28
- [x] Accordion
- [x] Alert Dialog
- [x] Aspect Ratio
- [x] Avatar
- [x] Calendar
- [x] Checkbox
- [x] Collapsible
- [x] Context Menu
- [x] Dialog
- [x] Dropdown Menu
- [x] Hover Card
- [x] Label
- [x] Menubar
- [x] Navigation Menu
- [x] Popover
- [x] Progress
- [x] Radio Group
- [x] Scroll Area
- [x] Select
- [x] Separator
- [x] Slider
- [x] Switch
- [x] Tabs
- [x] Toast
- [x] Toggle
- [x] Toggle Group
- [x] Toolbar
- [x] Tooltip
## Running the preview.
You can run the `preview` app with:
```
cargo run -p preview --features desktop
```
or for the web build
```
cargo binstall dioxus-cli -y --force --version 0.7.0-alpha.3
dx run -p preview --platform web
```
## License
This project is dual licensed under the [MIT](./LICENSE-MIT) and [Apache 2.0](./LICENSE-APACHE) licenses.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this repository, by you, shall be licensed as MIT or Apache 2.0, without any additional terms or conditions.