Docs preview — the download typechecks for real: npm install && npm run typecheck
Kitwindv1.0.0 · React 18+ · TypeScript strict
<Button />
<Button variant="primary" size="lg">Get started</Button>
<Button variant="ghost">Learn more</Button>
<Card />
Themed by tokensEvery component reads src/theme.ts — change the palette once, the kit follows.
Typed propsFull TypeScript prop types extend native element attributes, so ref and aria props just work.
<Card title="Themed by tokens">
<p>Change the palette once, the kit follows.</p>
</Card>
<Badge />
Kitwind ready
success
warning
danger
<Badge tone="success">Kitwind ready</Badge>