8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
|
|
<ButtonGroup disabled aria-label="disabled button group">
|
||
|
|
<Button>One</Button>
|
||
|
|
<Button>Two</Button>
|
||
|
|
<Button>Three</Button>
|
||
|
|
<IconButton disabled={false}>
|
||
|
|
<Settings />
|
||
|
|
</IconButton>
|
||
|
|
</ButtonGroup>
|