All components

Field

Label, description, and control wrapper.

Full API on ui.shadcn.com

Default

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>