Skip to content

CommandGroup โ€‹

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

A section of related CommandItem.root rows inside CommandList.root. See also: ComboboxGroup.root; identical recipe.

Vue component: CommandGroup

SlotDefault classesDescription
roottext-foreground overflow-hidden p-1A section of related CommandItem.root rows inside CommandList.root. See also: ComboboxGroup.root; identical recipe.
heading2 classesThe optional heading row above a group's items. See also: ComboboxGroup.heading; identical caps-mono-micro eyebrow on --muted-foreground. The class-order difference (no leading font-mono) is incidental: the rendered recipe matches because font-mono is restated later in the list.

root โ€‹

A section of related CommandItem.root rows inside CommandList.root. See also: ComboboxGroup.root; identical recipe.

Default classes:

text-foreground overflow-hidden p-1

Source: client/lib/theme/vueda-tailwind/controls/CommandGroup.theme.js:16

heading โ€‹

The optional heading row above a group's items. See also: ComboboxGroup.heading; identical caps-mono-micro eyebrow on --muted-foreground. The class-order difference (no leading font-mono) is incidental: the rendered recipe matches because font-mono is restated later in the list.

Default classes:

text
px-2 py-1.5 text-[length:var(--vueda-text-micro)]
font-semibold uppercase tracking-[0.04em] text-muted-foreground

Source: client/lib/theme/vueda-tailwind/controls/CommandGroup.theme.js:20

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