@manhphi1309/badge
v0.1.4
Published
A custom badge component for the shadcn-custom monorepo.
Downloads
887
Readme
@manhphi1309/badge
A custom badge component for the shadcn-custom monorepo.
Subcomponents
Badge
Dependencies
@manhphi1309/utilsclass-variance-authority
Installation
npm install @manhphi1309/badgeUsage Example
import { Badge } from "@manhphi1309/badge"
export default function App() {
return <Badge>Hello World</Badge>
}