OL
Basic
- First
- Second
- Third
<OL>
<li>First</li>
<li>Second</li>
<li>Third</li>
</OL>
Outside
- First
- Second
- Third
<OL bulletLocation="outside">
<li>First</li>
<li>Second</li>
<li>Third</li>
</OL>
Props
Prop | Required | Default | Type and notes |
---|---|---|---|
bulletLocation | - | 'inside' |
|
children | ✔ | - |
|
...rest | - | - |
See the docs for rest parameters. For OL , you could pass anything you normally would pass to <ol> because the return value looks something like this:
|