Sayedev's picture
Upload 59 files
9ebfcd2 verified
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>
`;