The List component allows us to organize information in text format in a list.
$ yarn add @nimbus-ds/list
# or
$ npm install @nimbus-ds/list
The component is composed of a bullet point or a numerator and a text.
We use this component when we need to organize various textual information vertically and following a numbered order or not.
- Organize information in a numbered way
- Organize information in bullet points
View docs here.