Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vuetifyjs/vuetify/llms.txt
Use this file to discover all available pages before exploring further.
VBtnGroup
TheVBtnGroup component wraps buttons in a unified container, applying consistent styling and eliminating gaps between buttons.
Basic Usage
Variants
- Elevated
- Flat
- Outlined
- Text
Direction
Divided
Props
Visual style variant applied to all buttons. Options:
elevated, flat, outlined, text, tonal, plainColor applied to all buttons in the group
Base color for all buttons when not active
Layout direction of the button group
Adds dividers between buttons
Adjusts vertical spacing for all buttons. Options:
default, comfortable, compactElevation level applied to the group (0-24)
Border radius for the group. Options:
0, xs, sm, md, lg, xl, pill, circle, or numberAdds border to the group. Can specify width or side
HTML tag to use for root element
Theme to apply to the component
Slots
Button group content (VBtn components)
Examples
With Icons
Colored Group
Elevated with Rounded Corners
Vertical Divided Group
Notes
- The
VBtnGroupcomponent automatically appliesflat: trueto all child buttons by default - In horizontal mode, button heights are set to
autofor consistent sizing - Child buttons inherit variant, color, and density from the parent group unless explicitly overridden