The List component enables user to present data in an organized and structured format.
Explore the available props for the List component
Prop | Type | Default | Description |
---|---|---|---|
list | array | - | List array. |
tagName | string | ol | HTML tag name. |
icon | string | fa-user | Icon name for IconButton. |
iconLibrary | string | font-awesome | Icon library name. font-awesome bootstrap-icons icon-font |
style | string | - | Any CSS className to style the list wrapper. |
listStyle | string | - | Any CSS className to style the li element. |
iconStyle | string | - | Any CSS className to style the icon. |