List

Examples

Simple List

  • First
  • Second
  • Third
Copied to clipboard

Inline List

  • First
  • Second
  • Third
Copied to clipboard

Grid List

  • First
  • Second
  • Third
  • Fourth
  • Fifth
  • Sixth
Copied to clipboard

List Props

The List component accepts the following props.

NameTypeRequiredDefaultDescription
children
node
nullAnything that can be rendered inside of the list
className
string
''Additional classes added to the list.
variant
enum
nullAdds list variant styles

ListItem Props

The ListItem component accepts the following props.

NameTypeRequiredDefaultDescription
children
node
nullAnything that can be rendered inside of list item