Spaces:
Running
Running
File size: 159 Bytes
63c7991 |
1 2 3 4 5 6 7 8 9 10 |
export const name = "Checkbox";
export const importDocs = `
import { Checkbox } from "/components/ui/checkbox"
`;
export const usageDocs = `
<Checkbox />
`;
|