Groups related Buttons and IconButtons. Buttons inherit size, color, variant and radius from the group unless they set their own. Give the group an aria-label.
size
color
variant
radius
aria-label
<ButtonGroup aria-label="Pagination" variant="outline"> <Button>Previous</Button> <Button>Next</Button></ButtonGroup> Copy
<ButtonGroup aria-label="Pagination" variant="outline"> <Button>Previous</Button> <Button>Next</Button></ButtonGroup>
Groups related Buttons and IconButtons. Buttons inherit
size,color,variantandradiusfrom the group unless they set their own. Give the group anaria-label.