Thoughtfully designed React components for modern applications. Inspired by Japanese minimalism and engineered for copy-paste ease, customizability, and WCAG accessibility.
Minimalist component engine. Copy-paste React primitives.
Unstyled structural layers. Built-in ARIA.
Fluid micro-interactions and tactile 3D physics.
Start with a single copy-paste operation. Kanso UI elements slot right into standard tailwind structures.
Configure your Tailwind classes with our minimalist configurations and helper package.
Grab exact TSX structures and paste them directly into your `/components/ui/` route.
npm install @kanso/uiimport { Button } from "@/components/ui/button"
export default function App() {
return (
<div className="flex gap-4 p-8">
<Button>Primary</Button>
<Button variant="outline">Outline</Button>
</div>
)
}"The layout rules and visual patterns in Kanso UI match exactly what we need for modern enterprise platforms. Simplicity is indeed engineered directly in."
Design Engineer, Linear
"Having WCAG accessibility compliant outlines right out of the box saved us weeks of audit fixing. The styling is perfectly minimal."
Lead Frontend, Stripe
"Copy-paste setup means I don't need to add another complex library bundle. I copy precisely the components I need, modify the props, and build."
CTO, Vercel Templates
Kanso UI gives you the building blocks for beautiful, high-performance web applications.