Spaces:
Paused
Paused
File size: 159 Bytes
821dd89 | 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 />
`;
|