8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
|
<ButtonGroup
|
||
|
|
disableElevation
|
||
|
|
variant="contained"
|
||
|
|
aria-label="Disabled button group"
|
||
|
|
>
|
||
|
|
<Button>One</Button>
|
||
|
|
<Button>Two</Button>
|
||
|
|
</ButtonGroup>
|