0.0.4 • Published 2 years ago

@arun-purewal/ui-react v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@arun-purewal/ui-react

A component library using TailwindCSS & Shadcn

Features

  • Accordion
  • Alert
  • Avatar
  • Button
  • Card
  • etc.

Installation

  • npm i @arun-purewal/ui-react
  • In your main.tsx or index.tsx OR your global styles file
import "@arun-purewal/ui-react/dist/style.css";
  • Then import your chosen component as follows:
import { Button } from "@arun-purewal/ui-react";

Usage:
<Button> Hello </Button>