Field
Form field components styled with the Tinted Trays theme. FieldSet acts as a tray container, while individual fields are styled as capsules.
Basic Field
A simple field with label, input, and description.
Field with Error
Field showing validation error state with styled error message.
FieldSet with Legend
A fieldset acts as a tray container grouping related fields together.
With Separator
Use separators to divide sections within a fieldset.
Multiple Errors
FieldError can display multiple validation errors as a list.
Nested Groups
Field groups can be nested for complex form layouts.
Complete Form
A complete form example with all field components working together.