Core UI building blocks: buttons, sliders, number inputs, selects, checkboxes, color swatches, separators, labels, and icon buttons.
cd apps/ui-preview && pnpm dev -p 7041 for live preview. Source: packages/ui-components/src| Prop | Type | Description |
|---|---|---|
label | string | Display text for buttons and labels |
variant | "default" | "primary" | "danger" | Visual variant for buttons |
disabled | boolean | Disables interaction |
value | number | Current value for sliders and number inputs |
min / max | number | Range bounds for sliders and number inputs |
onChange | (value) => void | Change handler callback |
Component source: packages/ui-components/src
UI Preview page: apps/ui-preview/app/primitives/page.tsx