maud-ui 0.2.1

64 headless, accessible UI components for Rust web apps — shadcn Base UI API parity. Plus block templates, a live theme customiser, and shell hooks for 15 third-party widgets (Monaco, xyflow, Excalidraw, Three.js, AG Grid, Leaflet, FullCalendar, SortableJS, and more). Built on maud + htmx, styled like shadcn/ui.
Documentation
1
2
3
4
5
6
7
8
9
10
//! 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 blocks;
pub mod primitives;
pub mod showcase;
pub mod tokens;