Components
Styling lists with bullets, numbers, or letters.
Version: | 14.18.2 •View source•Changelog•Report issue | |
---|---|---|
Install: | yarn add @thumbtack/thumbprint-react | |
Import: | import { List, ListItem } from '@thumbtack/thumbprint-react'; |
children
List items to render. Should be instances of ListItem
.
React.ReactNode
theme
Controls the theme of the markers applied to each list item.
This prop can be one of the following 3 types:
'bullet'
'decimal'
'alpha'
'bullet'
children
Item contents to render.
React.ReactNode