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
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
Accordion
Alert Dialog
Aspect Ratio
Avatar
Calendar
Checkbox
Collapsible
Context Menu
Dialog
Dropdown Menu
Hover Card
Label
Menubar
Navigation Menu
Popover
Progress
Radio Group
Scroll Area
Select
Separator
Slider
Switch
Tabs
Toast
Toggle
Toggle Group
Toolbar
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 and Apache 2.0 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.
About
Accessible, unstyled, foundational components for Dioxus.