form keys
Source file: client/lib/theme/vueda-tailwind/form/index.js
Inline field sets
| Component | Kind | Slots | Description |
|---|---|---|---|
| FieldSetMany | key | 9 | Card shell for a repeated-value fieldset. See also: FieldSetStackedInline.root. |
| FieldSetRange | key | 8 | Card shell for paired lower and upper range fields, including nested-fieldset inset chrome. |
| FieldSetStackedInline | key | 20 | Card shell for stacked inline rows, including nested-fieldset inset chrome. |
| FieldSetStackedInlineRow | key | 7 | Bordered row card with dirty and selected-for-destroy state chrome. |
| FieldSetTabularInline | key | 25 | Card shell for tabular inline editing, including nested-fieldset inset chrome. |
Filters
| Component | Kind | Slots | Description |
|---|---|---|---|
| FilterChip | key | 5 | Pill container. Primary tint at rest; destructive tint flags a value the server rejected. |
| FilterFieldForm | key | 2 | Submit row at the foot of the form. Apply alone (right-aligned) when adding; Remove + Apply split apart when editing an active filter. |
| FilterForm | key | 2 | Vertical form body inside a filter popover. |
| FilterGroup | key | 6 | Root wrapper. contents so it adds no box of its own: the teleported menu trigger and the chips strip flow as direct children of the list layout. |
| FilterMenu | key | 3 | Back row that returns from the drill-in form to the field list. |
Form feedback
| Component | Kind | Slots | Description |
|---|---|---|---|
| FormMessage | key | 2 | Outer spacing for form-scope feedback. |
| FormModel | key | 8 | Root model-form wrapper. |
Form layout
| Component | Kind | Slots | Description |
|---|---|---|---|
| FormSection | key | 3 | Section stack for a long-form group. |
| FormSectionTitle | key | 1 | Eyebrow heading text for a form section. |
| FormGrid | key | 1 | Twelve-column field grid with data-col span hooks at the form breakpoint. |
| FormActions | key | 2 | Wrapping action row for submit, cancel, and secondary controls. |
| FormHiddenFeedback | key | 9 | Compact wrapper for hidden-field feedback controls. |
Confirmation
| Component | Kind | Slots | Description |
|---|---|---|---|
| FieldWarningsList | key | 5 | Wrapper stacking each field's warning entry. |
| TypedConfirmField | key | 4 | Muted confirmation box that groups the label and input before a destructive action. |