Description
StepsLayout.Step
show child components when the surrounding StepsLayout has been navigated to this step. StepsLayout keeps track of what is the active step, and navigating between steps is done through callbacks on the StepsContext, i.e. using navigation buttons.
Demos
See StepsLayout demo section for examples.
Properties
Property | Type | Description |
---|---|---|
title | string | (optional) Title of the step. |
direction | string | (optional) Direction of the contents (sent to the wrapping FlexContainer). |
spacing | boolean | (optional) For the wrapping FlexContainer. |
children | React.Node | (required) Contents of the step. |