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.
Table and filter primitives that have completed the Aur style pass.
Higher-level compositions like data tables, drawers, and dialogs.
Reusable client hooks the components rely on.
Helper functions such as cn() and motion presets.
Quick start
pnpm add @aur-ui/uiSee Installation for the Tailwind wiring and first component.