Aur UI

Introduction

React components, patterns, and hooks in the Aur design language, shipped as the @aur-ui/ui npm package.

Aur UI is a collection of reusable components, composite patterns, hooks, and utilities in the Aur design language — borderless surfaces, a soft ink palette, and squircle radii on Tailwind CSS v4. It ships as a single npm package, @aur-ui/ui.

How it works

Install the package, import the design tokens once, and point Tailwind at the package so the utilities its components use are generated. Every item is importable by path (@aur-ui/ui/components/button), so bundlers tree-shake what you don't use. Prefer owning the code? Each docs page has a Source tab with the full, copyable source.

Quick start

bash
pnpm add @aur-ui/ui

See Installation for the Tailwind wiring and first component.