Components
The full @qeetrix/ui component catalog — ~114 React components plus blocks and brand assets, grouped by what they do.
@qeetrix/ui ships ~114 components built on shadcn + Base UI and themed by the Qeetrix
tokens. Everything is exported from the package root, so one import gives you the whole
library:
import { Button, Dialog, DataTable, OTPInput, cn } from "@qeetrix/ui";Components are also reachable through subpath exports (@qeetrix/ui/components/*,
@qeetrix/ui/hooks/*, @qeetrix/ui/lib/*) if you prefer granular imports.
Living surface
This catalog mirrors the @qeetrix/ui export surface. For live, interactive
examples and full prop tables, run the Qeetrix workshop locally (pnpm --filter @qeetrix/docs storybook, on :6006) — each component has a
Storybook story under its category.
Categories
Forms & inputs
Text, choice, pickers, and rich inputs built on a Field system.
Actions & navigation
Buttons, menus, command palette, breadcrumbs, sidebar, and shells.
Overlays & disclosure
Dialogs, sheets, popovers, tooltips, and collapsibles.
Data display
Tables, cards, avatars, timelines, code, and developer surfaces.
Feedback & status
Alerts, toasts, notifications, progress, and empty/loading states.
Charts
A Recharts-based charting layer with ready-made presets.
Utilities & hooks
Theme/direction providers, layout helpers, typography, and hooks.