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'; | |
childrenList items to render. Should be instances of ListItem.
React.ReactNodethemeControls the theme of the markers applied to each list item.
This prop can be one of the following 3 types:
'bullet''decimal''alpha''bullet'childrenItem contents to render.
React.ReactNode