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