Getting started
Install
Section titled “Install”pnpm add @manovaspace/tokens @manovaspace/uiPeer dependencies: react and react-dom ^19.2. Also works with npm or yarn.
Styles
Section titled “Styles”In your global CSS:
@import "@manovaspace/tokens/fonts.css";@import "@manovaspace/tokens/tokens.css";import "@manovaspace/ui/styles.css";Hello world
Section titled “Hello world”import { Button } from "@manovaspace/ui";
export function Example() { return <Button>Get started</Button>;}Next steps
Section titled “Next steps”- Tokens — CSS variables and fonts
- UI components — primitives, motion, icons
- Storybook — browse components locally (port 10006)
- Devtools — optional development-only toolbar