LeafyGreen UI Kit Ordered List
npm install @leafygreen-ui/ordered-list``shell`
pnpm add @leafygreen-ui/ordered-list
`shell`
yarn add @leafygreen-ui/ordered-list
`shell`
npm install @leafygreen-ui/ordered-list
`js`
description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna."
/>
description={
<>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna. Learn more.
>
}
/>
description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna."
/>
| Prop | Type | Description | Default |
| ---------- | --------- | ------------------------------------------------ | ------- |
| darkMode | boolean | Determines if the component renders in dark mode | false |
| Prop | Type | Description | Default |
| ----------- | ----------------- | ------------------------------------------------------------------- | ------- |
| title | React.ReactNode | The title of the list item. | |React.ReactNode` | The description of the list item. This will render below the title. | |
| description |