List

List is used to display list items. It renders a <ul> element by default.

Import#

import {
List,
ListItem,
ListIcon,
OrderedList,
UnorderedList,
} from '@chakra-ui/react'

Unordered List#

Ordered List#

Unstyled List with icon#

Add icons to the list items by using the ListIcon component. You can pass the name of the icon or use custom icons. The size of the icon is relative to the font size of the list item.

Proudly made inNigeria by Segun Adebayo

Deployed by â–² Vercel