Field
A wrapper component that provides structure for form fields with labels, descriptions, and error messages.
Default
With Description
Add helper text below the input using the
description
slot.
With Description
This will be your public display name.
Horizontal Layout
Use
orientation="horizontal"
for side-by-side label and input layout.
Horizontal
With Checkbox
Field works with any input type, including checkboxes.
With Checkbox
Fieldset
Use
<.fieldset>
to group related fields with a legend.
Fieldset
Section Slot
Use the
section
slot to add content between the label and input.
With Section
JD