v0.1.0
First public release of Manti UI — a framework-agnostic design system built on Zag.js behavior machines, with a sleek monochrome cool-dark aesthetic.
Packages (npm)
| Package | Description |
|---|---|
@manti-ui/tokens |
Design-token contract (CSS custom properties + TS types) |
@manti-ui/styles |
All component CSS, keyed to data-scope / data-part |
@manti-ui/folds |
Zag.js machines + behavior contract |
@manti-ui/react |
React renderers |
Install
npm i @manti-ui/react @manti-ui/stylesThen import the styles once:
import '@manti-ui/styles/index.css';