@rahul-choudhury/ui
v0.1.0
Published
My personal design system.
Downloads
43
Readme
@rahul-choudhury/ui
My personal design system.
Install
bun add @rahul-choudhury/uiInstall peer dependencies in the consuming app:
bun add react react-domImports
import { cn, easeOutQuint } from "@rahul-choudhury/ui"
import { Button, Input } from "@rahul-choudhury/ui/components"
import { usePrefersReducedMotion } from "@rahul-choudhury/ui/hooks"Tailwind Tokens
Import the package tokens from the app global CSS:
@import "tailwindcss";
@import "@rahul-choudhury/ui/tokens.css";