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
| Slot | Default classes | Description |
|---|---|---|
| root | text-foreground overflow-hidden p-1 | A section of related CommandItem.root rows inside CommandList.root. See also: ComboboxGroup.root; identical recipe. |
| heading | 2 classes | 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. |
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 leadingfont-mono) is incidental: the rendered recipe matches becausefont-monois restated later in the list.
Default classes:
px-2 py-1.5 text-[length:var(--vueda-text-micro)]
font-semibold uppercase tracking-[0.04em] text-muted-foregroundSource: client/lib/theme/vueda-tailwind/controls/CommandGroup.theme.js:20