dioxus_components 0.1.2

A comprehensive collection of reusable Dioxus 0.7 components built with Tailwind CSS v4
Documentation
pub mod accordion;
pub mod avatar;
pub mod badge;
pub mod button;
pub mod card;
pub mod checkbox;
pub mod dialog;
pub mod empty;
pub mod portal;
pub mod spinner;
pub mod tooltip;

pub use accordion::*;
pub use avatar::*;
pub use badge::*;
pub use button::*;
pub use card::*;
pub use checkbox::*;
pub use dialog::*;
pub use empty::*;
pub use portal::*;
pub use spinner::*;
pub use tooltip::*;