step-content
v4.9.10arrow_drop_downStep content.
The component used for the transition. Follow this guide to learn more about the requirements for this component.
Adjust the duration of the content expand transition. Passed as a prop to the transition component.
Set to ‘auto’ to automatically calculate transition time based on height.
Props applied to the Transition
element.
Name | Type | Description |
---|---|---|
children | node | Step content. |
classes | object | Override or extend the styles applied to the component. See CSS API below for more details. |
className | string | |
TransitionComponent | elementType | The component used for the transition. Follow this guide to learn more about the requirements for this component. |
transitionDuration | 'auto' | number | {"appear":"number","enter":"number","exit":"number"} | Adjust the duration of the content expand transition. Passed as a prop to the transition component. Set to ‘auto’ to automatically calculate transition time based on height. |
TransitionProps | object | Props applied to the |