Skip to content

ButtonRow

Description

Layout.ButtonRow is a wrapper for horizontally separated buttons.

Demo

Code Editor
<Layout.ButtonRow>
  <StepsLayout.PreviousButton />
  <StepsLayout.NextButton />
  <Button>Other button</Button>
</Layout.ButtonRow>