11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
|
|
<ButtonGroup
|
||
|
|
aria-label="radius button group"
|
||
|
|
sx={{ '--ButtonGroup-radius': '40px' }}
|
||
|
|
>
|
||
|
|
<Button>One</Button>
|
||
|
|
<Button>Two</Button>
|
||
|
|
<Button>Three</Button>
|
||
|
|
<IconButton>
|
||
|
|
<Settings />
|
||
|
|
</IconButton>
|
||
|
|
</ButtonGroup>
|