List
Overview
When to use
The list element could be used if there is a short, memorable set of data that should be presented in an organized, structured way like process steps or pros and cons.
When to consider an alternative
If the content can't be split up into short, clear and memorable sentences or if the communicated content needs more, up following context.
Component
Default
Numbered
Shaded
Custom
Custom Icon
Definition
Properties
List
Property | Type | Required | Default |
---|---|---|---|
variant | Enum 'numbered' │ 'shaded' │ 'custom' │ 'definition' | false | - |
customIcon | String | false | snx_check |
customIconClass | String | false | - |
utilClassNames | String | false | - |
children | Node | false | - |
List.Item
Property | Type | Required | Default |
---|---|---|---|
children | String | true | - |