Kibibyte

UI components

The bundled shadcn/ui component library.

The template ships the full shadcn/ui component set under src/components/ui/ — buttons, dialogs, dropdowns, tables, a sidebar, toasts (sonner), charts (recharts), a command palette, and more.

Adding more components

pnpm --filter @app/web dlx shadcn@latest add <component>

Components are plain React and import the cn helper from @/lib/utils.