<SteppedFeatureList> Component

The <SteppedFeatureList /> component renders a stepped list (on larger breakpoints) and a carousel (on mobile/tablet breakpoints) to navigate through a list of features.

Share
Code Editor

Where it's used

0.x.x
Loading 0.x.x releases...
1.x.x
Loading 1.x.x releases...
2.x.x
Loading 2.x.x releases...
3.x.x
Loading 3.x.x releases...
4.x.x
Loading 4.x.x releases...

Props

NameDescription
features*
array
Features that get rendered in each stepped slide
Array members must be of the type below:
features[x]
object
Object contains nested props, see below:
features[x].title*
string
Title of the feature
features[x].description*
string
Description of the feature
features[x].learnMoreLink
string
Link to learn more about the feature
features[x].content*
React.Element
The primary content that is shown on the right (on web) or below the description (on mobile)