@manhphi1309/checkbox
v0.3.4
Published
A beautifully designed, accessible component for your React application.
Downloads
1,414
Readme
@manhphi1309/checkbox
A beautifully designed, accessible component for your React application.
Subcomponents
This package provides the following components and utilities:
Checkbox
Dependencies
This package relies on:
@manhphi1309/utils@storybook/nextjs-viteclsxlucide-reactradix-uitailwind-merge
Installation
npm install @manhphi1309/checkboxUsage Example
import { Checkbox } from "@manhphi1309/checkbox"
export default function Example() {
return (
<div>
{/* Example usage of Checkbox */}
<Checkbox />
</div>
)
}