FieldSet
Source: client/lib/theme/vueda-tailwind/shell/index.js
The stack for a fieldset's child fields. It uses the default field rhythm and tightens spacing when the direct child is a checkbox or radio group.
Vue component: FieldSet
| Slot | Default classes | Description |
|---|---|---|
| root | 2 classes | The stack for a fieldset's child fields. It uses the default field rhythm and tightens spacing when the direct child is a checkbox or radio group. |
root
The stack for a fieldset's child fields. It uses the default field rhythm and tightens spacing when the direct child is a checkbox or radio group.
Default classes:
text
flex flex-col gap-6
has-[>[data-slot=checkbox-group]]:gap-3 has-[>[data-slot=radio-group]]:gap-3Source: client/lib/theme/vueda-tailwind/shell/FieldSet.theme.js:18