Skip to content

FieldSetStackedInline

Source: client/lib/theme/vueda-tailwind/form/index.js

Card shell for stacked inline rows, including nested-fieldset inset chrome.

Vue component: FieldSetStackedInline

SlotDefault classesDescription
root2 classesCard shell for stacked inline rows, including nested-fieldset inset chrome.
innerflex flex-col p-3 gap-2Padded vertical stack that holds the title bar, row list, chores panel, and empty state.
hrhiddenLegacy divider slot kept hidden because the title bar owns the fieldset separator.
titleBar4 classesFull-width eyebrow title bar that also acts as the disclosure trigger when the fieldset is hidable.
titleBarToggle4 classesInteractive state layer for hidable title bars.
toggleIndicator2 classesChevron container that rotates when the fieldset collapses.
titleTitle text slot inside the title bar.
fieldmin-w-1Wrapper around each rendered child field inside a stacked row.
inlineRowsflex flex-col gap-2Vertical list of inline object rows.
inlineRowPass-through hook for each rendered row component. Row chrome lives on FieldSetStackedInlineRow.root.
inLineCreateButton!w-full h-fullFull-width inline create affordance used when a row-shaped invitation is rendered.
toggleButtonPass-through hook for the hide/show button when consumers render it separately.
actionBar2 classesTrailing action group in the title bar. Stops toggle propagation in the component.
itemActionBar2 classesRow-level action group for create, destroy, or selection controls.
createButtonPass-through hook for the Create action. Button styling comes from Button.
choresPanel3 classesFieldset-level help and validation panel below the row stack.
emptyState3 classesDashed invitation block used when no inline rows exist.
emptyStateIcon3 classesMuted icon disc inside the empty-state invitation.
emptyStateTitletext-[length:var(--vueda-text-reading)] font-semibold leading-snug text-foregroundShort empty-state headline.
emptyStateDesc2 classesSupporting empty-state hint copy.

root

Card shell for stacked inline rows, including nested-fieldset inset chrome.

Default classes:

text
bg-card border-hairline rounded-vueda-card overflow-clip
[[data-vueda-fieldset]_&]:border-0 [[data-vueda-fieldset]_&]:shadow-[inset_0_0_0_var(--vueda-hairline-width)_var(--border)]

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:18

inner

Padded vertical stack that holds the title bar, row list, chores panel, and empty state.

Default classes:

flex flex-col p-3 gap-2

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:26

hr

Legacy divider slot kept hidden because the title bar owns the fieldset separator.

Default classes:

hidden

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:30

titleBar

Full-width eyebrow title bar that also acts as the disclosure trigger when the fieldset is hidable.

Default classes:

text
flex items-center gap-2 2xs:gap-3 px-3 py-2 -mx-3 -mt-3 mb-1 border-b-hairline
text-[length:var(--vueda-text-micro)] font-semibold uppercase tracking-[0.06em] leading-none
text-muted-foreground
[[data-vueda-fieldset]_&]:bg-[color-mix(in_oklab,var(--muted)_20%,var(--card))]

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:34

titleBarToggle

Interactive state layer for hidable title bars.

Default classes:

text
cursor-pointer select-none
hover:bg-accent hover:text-accent-foreground active:bg-accent-active active:text-accent-foreground
focus-visible:focus-ring-shadow
transition-colors

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:46

toggleIndicator

Chevron container that rotates when the fieldset collapses.

Default classes:

text
inline-flex items-center justify-center shrink-0 size-4
transition-transform duration-150

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:55

title

Title text slot inside the title bar.

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:59

field

Wrapper around each rendered child field inside a stacked row.

Default classes:

min-w-1

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:63

inlineRows

Vertical list of inline object rows.

Default classes:

flex flex-col gap-2

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:70

inlineRow

Pass-through hook for each rendered row component. Row chrome lives on FieldSetStackedInlineRow.root.

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:74

inLineCreateButton

Full-width inline create affordance used when a row-shaped invitation is rendered.

Default classes:

!w-full h-full

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:76

toggleButton

Pass-through hook for the hide/show button when consumers render it separately.

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:80

actionBar

Trailing action group in the title bar. Stops toggle propagation in the component.

Default classes:

text
grow-0 flex gap-1 2xs:gap-2 2xl:gap-4
ml-auto

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:84

itemActionBar

Row-level action group for create, destroy, or selection controls.

Default classes:

text
flex gap-1 2xs:gap-2 2xl:gap-4
items-baseline

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:88

createButton

Pass-through hook for the Create action. Button styling comes from Button.

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:92

choresPanel

Fieldset-level help and validation panel below the row stack.

Default classes:

text
-mx-3 -mb-3 px-3 py-2 border-t-hairline
bg-[color-mix(in_oklab,var(--muted)_15%,var(--card))]
flex flex-col gap-1

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:96

emptyState

Dashed invitation block used when no inline rows exist.

Default classes:

text
flex flex-col items-center justify-center gap-2
py-8 px-6 text-center
rounded-vueda-card border-2 border-dashed bg-muted/30

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:104

emptyStateIcon

Muted icon disc inside the empty-state invitation.

Default classes:

text
flex items-center justify-center
size-9 rounded-full bg-muted text-muted-foreground
text-[length:var(--vueda-text-title)] leading-none

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:112

emptyStateTitle

Short empty-state headline.

Default classes:

text-[length:var(--vueda-text-reading)] font-semibold leading-snug text-foreground

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:120

emptyStateDesc

Supporting empty-state hint copy.

Default classes:

text
text-[length:var(--vueda-text-supporting)] font-normal leading-normal
text-muted-foreground max-w-[44ch]

Source: client/lib/theme/vueda-tailwind/form/FieldSetStackedInline.theme.js:124

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2