kora-ui
Getting started

Introduction

kora-ui is a TypeScript-first React component library styled entirely with Tailwind CSS. It ships unopinionated primitives plus an electric color palette that drops in on top of your Tailwind theme.

What makes it different

  • Types first

    Every prop and ref is strictly typed. No guessing in your editor.

  • Tailwind-native

    Utility classes only. Your Tailwind config is the source of truth.

  • Zero runtime

    No CSS-in-JS. No global stylesheet to fight. Ship only what you use.

Where to go next