## OrderedList

The OrderedList component is an `<ol>` element with a `o-list` object class to style such element
as an ordered list. An ordered list is to give list elements a structured hierarchy,

Example:

1. Apple
2. Pear
3. Banana

The component can be displayed in a vertical or inline (horizontal) way.

Finally it can also be styled as a nested list.

<!-- PROPS -->
