Ileana
Init
821dd89
Raw
History Blame Contribute Delete
187 Bytes
export const name = "Label";
export const importDocs = `
import { Label } from "/components/ui/label"
`;
export const usageDocs = `
<Label htmlFor="email">Your email address</Label>
`;