0.3.14 • Published 1 year ago
@4rchx824/ui v0.3.14
@4rchx824/ui
How to install
Install the package
npm install @4rchx824/ui
Add the plugin to your tailwind.config.ts
plugins: [require("@4rchx824/ui")],
Add the package location to the contents in your tailwind.config.ts
content: ["./node_modules/@4rchx824/ui/dist/**/*.{js,ts,jsx,tsx}"]
Import the component in your application
import { Alert } from "@4rchx824/ui/alert"