Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
113 stars 7 forks source link

Ordered List #454

Closed Ibabalola closed 1 year ago

Ibabalola commented 1 year ago

As a developer I want to be able use a Ordered List item component so that I can easily add a ordered list item

Component should contain relevant classes for shared / resuable styling

Tasks:

for example

<OrderedList>
  <ListItem>
    List item example
  </ListItem>
</OrderedList>

Please follow the below to create your branch

git checkout release/0.8
git pull
git checkout -b 'feature/ordered-list'
daniele-zurico commented 1 year ago

overlap with another story