@repo/design-system provides 50+ accessible, themeable components built on shadcn/ui, Radix UI, and Tailwind CSS 4. All components support keyboard navigation and dark mode.
Usage
Import components by path:apps/app/components/settings.tsx
Theming
Components use CSS variables for theming. Wrap your app inThemeProvider for dark mode:
apps/app/layout.tsx