Group a series of buttons.

Props

Name
Type
Default
Node
-

List of Button's or IconButton's

Usage guidelines

When to Use
  • Arranging a group of buttons in a horizontal or vertical stack due to limited space.
  • Showing all the available options at one glance.
When Not to Use
  • Grouping 4 or more actions, consider using an ellipses IconButton after 3 options.
  • Switching between different views. Use SegmentedControl instead.

Example

Wrap

When buttons don't fit within the container, they will automatically wrap to the next line.