osanseviero's picture
Upload 54 files
63c7991 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>
`;