List
List is used to display list items. It renders a <ul> element by default.
React
Import
import { List, ListItem, ListIcon, OrderedList, UnorderedList,} from '@hover/blueprint';
Unordered List
Ordered List
Unstyled List with icon
Add icons to the list items by using the ListIcon component and passing a system icon to the icon
.