ButtonGroup

Basic

ButtonGroups stylistically group a set of buttons together.

<ButtonGroup aria-label="Edit text">
  <Button>Cut</Button>
  <Button>Copy</Button>
  <Button>Paste</Button>
</ButtonGroup>