A comprehensive library of shadcn/ui components, ready to use in your React applications.
npm install shadlib
import { Button, Card, Dialog } from 'shadlib';
import 'shadlib/styles.css';
function App() {
return (
<Button>Click me</Button>
);
}
- React 18 or higher
- Tailwind CSS 3.0 or higher
- 40+ components based on shadcn/ui
- Fully typed with TypeScript
- Customizable with Tailwind CSS
- Built on Radix UI primitives
- Dark mode support
- Accessible components
MIT