maud-ui 0.1.0

58 headless, accessible UI components for Rust web apps. Built on maud + htmx, styled like shadcn/ui.
Documentation
1
2
3
4
5
6
7
8
9
//! maud-ui — Headless accessible component library for maud + htmx.
//!
//! Components return `maud::Markup` and follow Base UI / WAI-ARIA patterns.
//! Ships with a shadcn-inspired dark theme in `css/maud-ui.css` that consumers
//! can override via CSS custom properties.

pub mod primitives;
pub mod showcase;
pub mod tokens;