| Crates.io | dioxus-daisyui |
| lib.rs | dioxus-daisyui |
| version | 0.8.0 |
| created_at | 2023-02-21 04:59:43.19567+00 |
| updated_at | 2024-12-19 13:43:46.235599+00 |
| description | Dioxus daisyui |
| homepage | https://github.com/edger-dev/dioxus-class |
| repository | https://github.com/edger-dev/dioxus-class |
| max_upload_size | |
| id | 790381 |
| size | 20,292 |
| Code | Documentation | Notes |
|---|---|---|
| actions.rs | link Actions | |
| display.rs | link Data display | |
| navigation.rs | link Navigation | use active_ disabled_ focus_ instead of active disabled focus, the names been taken by tailwindcss as modifiers |
| feedback.rs | link Feedback | |
| input.rs | link Data input | |
| layout.rs | link Layout | |
| mockup.rs | link Mockup |
Since tailwindcss need to get all used values, when using class!, the default build process is not working.
Check BUILD.md for how to handle this process.