Skip to content

FormSection

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

Section stack for a long-form group.

Vue component: FormSection

SlotDefault classesDescription
rootflex flex-col gap-3 [&+&]:mt-2Section stack for a long-form group.
headflex items-baseline justify-between gap-2 pb-1.5 border-b-hairlineHeader row that pairs the title slot with optional aside metadata.
asidefont-mono text-[length:var(--vueda-text-micro)] leading-none text-muted-foregroundMono trailing metadata such as required or optional hints.

root

Section stack for a long-form group.

Default classes:

flex flex-col gap-3 [&+&]:mt-2

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

Header row that pairs the title slot with optional aside metadata.

Default classes:

flex items-baseline justify-between gap-2 pb-1.5 border-b-hairline

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

aside

Mono trailing metadata such as required or optional hints.

Default classes:

font-mono text-[length:var(--vueda-text-micro)] leading-none text-muted-foreground

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

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