Skip to main content

Buttons

Set automated and responsive spacing and wrapping behaviour for a list of Button components.

<Button>
<Button>Save</Button>
<Button color="secondary">Edit</Button>
</Buttons>

Props

Direction

Change the button style.

<Buttons>
<Button>Landscape</Button>
<Button color="secondary">Landscape</Button>
</Buttons>
<Buttons direction="portrait">
<Button>Portrait</Button>
<Button color="secondary">Portrait</Button>
</Buttons>

FullWidth

<Buttons fullWidth>
<Button>Full width</Button>
<Button color="secondary">Full width</Button>
</Buttons>

Wide

<Buttons wide>
<Button>Wide</Button>
<Button color="secondary">Wide</Button>
</Buttons>