Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 611 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 611 Bytes

shadlib

A comprehensive library of shadcn/ui components, ready to use in your React applications.

Installation

npm install shadlib

Usage

import { Button, Card, Dialog } from 'shadlib';
import 'shadlib/styles.css';

function App() {
  return (
    <Button>Click me</Button>
  );
}

Requirements

  • React 18 or higher
  • Tailwind CSS 3.0 or higher

Features

  • 40+ components based on shadcn/ui
  • Fully typed with TypeScript
  • Customizable with Tailwind CSS
  • Built on Radix UI primitives
  • Dark mode support
  • Accessible components

License

MIT