step-content

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
111,827
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
29 KB
Step content.
2 contributors
Install step-content as a package?
Copied
npm i @bit/mui-org.material-ui.step-content
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right

Step 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.

Properties
NameTypeDescription
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 Transition element.

Help and resources