React components
with swappable themes.
kora-ui is a TypeScript-first React component library. Tree-shakable, framework-agnostic, and ships 6 themes — default (Tailwind stock), vintage, futuristic, electric, oceanic, botanical — each with its own colors, fonts, radius and shadow scales.
TypeScript-first
Every component ships with strict types. Autocomplete your way through props and refs.
Tailwind-native
Utility classes, nothing else. Customize through your Tailwind config — no CSS-in-JS runtime.
6 swappable themes
One data-theme attribute swaps colors, fonts, radii and shadows across the whole app.
Install
npm install kora-uiFull setup in the installation guide.