8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
|
|
<ButtonGroup spacing="0.5rem" aria-label="spacing button group">
|
||
|
|
<Button>One</Button>
|
||
|
|
<Button disabled>Two</Button>
|
||
|
|
<Button>Three</Button>
|
||
|
|
<IconButton>
|
||
|
|
<Settings />
|
||
|
|
</IconButton>
|
||
|
|
</ButtonGroup>
|