ButtonGroup

We creates a button cluster/group, where the children buttons are glued-up

We may use ButtonGroup or Button.Group

<ButtonGroup>
    <Button variant="default">First</Button>
    <Button variant="default">Second</Button>
    <Button variant="default">Third</Button>
</ButtonGroup>

we may set the orientation property to vertical if needed.

earlymorning logo

© 2025 - All rights reserved

ButtonGroup

We creates a button cluster/group, where the children buttons are glued-up

We may use ButtonGroup or Button.Group

<ButtonGroup>
    <Button variant="default">First</Button>
    <Button variant="default">Second</Button>
    <Button variant="default">Third</Button>
</ButtonGroup>

we may set the orientation property to vertical if needed.