ListItem

The ListItem component includes easy options to set the bullet icon and list (indentation) level.

Usage

JSX
<ListItem icon={<AiFillCaretRight />} level={1}>
  Level 1
</ListItem>
<ListItem icon={<AiFillCaretRight />} level={2}>
  Level 2
</ListItem>
<ListItem icon={<AiFillCaretRight />} level={3}>
  Level 3
</ListItem>
Level 1
Level 2
Level 3

Installation

bash
npm i @anakin-gbit/list-item