Skip to content

v0.1.0

Choose a tag to compare

@tutkuofnight tutkuofnight released this 25 Jun 00:24
· 47 commits to main since this release

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/styles

Then import the styles once:

import '@manti-ui/styles/index.css';