Field
Label, description, and control wrapper.
Full API on ui.shadcn.comDefault
Shown on your profile.
<Field>
<FieldLabel htmlFor="display-name">Display name</FieldLabel>
<Input id="display-name" placeholder="Jane Doe" />
<FieldDescription>Shown on your profile.</FieldDescription>
</Field>