Back to Supabase

Label

apps/design-system/content/docs/components/label.mdx

1.26.04456 B
Original Source
<ComponentPreview name="label-demo" peekCode wide />

<Admonition variant="warning" title="Do not use this Label component in a Form"

Please use FormLabel if you are using Form based components.

</Admonition>

Usage

tsx
import { Label_Shadcn_ } from '@/components/ui/label'
tsx
<Label_Shadcn_ htmlFor="email">Your email address</Label_Shadcn_>