File size: 187 Bytes
63c7991
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
export const name = "Label";

export const importDocs = `
import { Label } from "/components/ui/label"
`;

export const usageDocs = `
<Label htmlFor="email">Your email address</Label>
`;