Action

Component

Button Group

Group related buttons into cohesive segmented controls, toolbars, and layout actions.

Component Syntax

blade
<x-aura::action.group>

    <x-aura::button variant="secondary" size="sm">
        Day
    </x-aura::button>

    <x-aura::button variant="secondary" size="sm">
        Week
    </x-aura::button>

</x-aura::action.group>

1. Horizontal Segmented Controls

blade

2. Icon Action Toolbar Group

blade

3. Vertical Stacked Button Group

blade

Component Props

Available properties and configurations for the button group component.

Prop Default Available Values

vertical

false
true false

shape

default
default compact square pill