TenpoUI Kit

Build with the Tenpo Design System.

A complete UI kit with 40+ production-ready components built on Radix UI, Tailwind CSS 4, and React 19. Skip the boilerplate and start building.

Design Tokens

Colors, typography, spacing, and border radius — all defined as CSS variables in Tailwind 4.

40+ Components

Buttons, forms, dialogs, tables, date pickers, and more. All accessible and composable.

Easy to Use

Import from @/components/ui and you're ready to go.

Getting Started

1. Install dependencies

yarn install

2. Start dev server

yarn dev

3. Import a component

import { Button } from '@/components/ui/button';