ButtonGroupText
Source: client/lib/theme/vueda-tailwind/controls/index.js
The static-label chip used to join readable copy ("of", "to", a unit suffix) into a ButtonGroup. Wears the button shape (2px control radius, hairline edge,
shadow-vueda-control) but sits on--mutedso it does not read as pressable; padding picks 16px to match the default button'spx-vueda-control-pxbaseline.
Vue component: ButtonGroupText
| Slot | Default classes | Description |
|---|---|---|
| root | 2 classes | The static-label chip used to join readable copy ("of", "to", a unit suffix) into a ButtonGroup. Wears the button shape (2px control radius, hairline edge, shadow-vueda-control) but sits on --muted so it does not read as pressable; padding picks 16px to match the default button's px-vueda-control-px baseline. |
root
The static-label chip used to join readable copy ("of", "to", a unit suffix) into a ButtonGroup. Wears the button shape (2px control radius, hairline edge,
shadow-vueda-control) but sits on--mutedso it does not read as pressable; padding picks 16px to match the default button'spx-vueda-control-pxbaseline.
Default classes:
bg-muted text-muted-foreground flex items-center gap-2 rounded-vueda-control hairline hairline-border px-4 text-sm font-medium shadow-vueda-control
[&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4Source: client/lib/theme/vueda-tailwind/controls/ButtonGroupText.theme.js:17