FieldGroup
Source: client/lib/theme/vueda-tailwind/shell/index.js
The stack for related fields and nested field groups. It establishes the field-group container query used by responsive fields and tightens spacing for checkbox and radio groups.
Vue component: FieldGroup
| Slot | Default classes | Description |
|---|---|---|
| root | 2 classes | The stack for related fields and nested field groups. It establishes the field-group container query used by responsive fields and tightens spacing for checkbox and radio groups. |
root
The stack for related fields and nested field groups. It establishes the field-group container query used by responsive fields and tightens spacing for checkbox and radio groups.
Default classes:
text
group/field-group @container/field-group flex w-full flex-col gap-7
data-[slot=checkbox-group]:gap-3 [&>[data-slot=field-group]]:gap-4Source: client/lib/theme/vueda-tailwind/shell/FieldGroup.theme.js:18