Thanks for your interest in contributing! This UI uses Next.js with ShadCN UI. The theme provider is already set up.
git clone https://github.com/your-org/ui-repo.git
cd ui-repo
pnpm install
pnpm devWe re using the ThemeProvider from ShadCN, configured in app/layout.tsx or providers.tsx.
@/components/ui/.npx shadcn-ui@latest add dialogpnpm test
pnpm storybook*If your project includes these tools
pnpm lint
pnpm format@/components/ui or @/lib imports.๐ Every contribution helps. Thank you!