An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


🎲 Dioxus Primitives 🧱


Accessible, unstyled, foundational components for Dioxus.





Crates.io version



Download



docs.rs docs

---


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.