Jump to any component.
A practical documentation hub for the shared primitives behind Tuturuuu products. Use it to install the package, discover components, copy imports, and review examples.
Choose a path based on whether you are consuming the package or maintaining the shared library.
Install the package, import global styles, use public package paths, and understand the contributor workflow.
Browse the full catalog grouped by category, with each entry linked to a focused reference page.
Start with the most common action primitive and inspect variants, examples, and API exports.
Use the internal workflow for adding registry entries, previews, translations, and tests.
Browse 62 documented primitives, composed patterns, imports, examples, API exports, and related components.
The package entry points are designed for direct imports from the component subpath.
bun add @tuturuuu/ui
import '@tuturuuu/ui/globals.css';
import { Button } from '@tuturuuu/ui/button';
export function SaveAction() {
return <Button>Save changes</Button>;
}