Qeet Docs
Components

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

Beyond components

On this page