Pure UI is a collection of beautifully designed, accessible, and composable components for your React apps. Built on top of Base UI and styled with Tailwind CSS, it's designed for you to copy, paste, and own.
Run development server:
npm run devOpen http://localhost:3001 with your browser to see the result.
Check for linting errors:
npm run lintFormat code automatically:
npm run formatBuild shadcn/ui registry:
npm run build:pure-ui && npm run registry:build