0.1.0 • Published 9 months ago

shadlib v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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