Skip to content

Commit

Permalink
docs(ordered-list): Update example with real text
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Sep 28, 2017
1 parent a9a65f4 commit 437b409
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions src/components/Lists/OrderedList/OrderedList.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
### Minimal usage

```
<OrderedList>
<OrderedList.Item>Quisque tincidunt dolor</OrderedList.Item>
<OrderedList.Item>Nunc condimentum non est sed rutrum. Donec porta tortor mattis velit</OrderedList.Item>
<OrderedList.Item>
Up to $400 credit available for new activations on select 2-year plans. Offer applies to new TELUS Business customer activations. Not available for Consumer accounts. Ask a TELUS representative for other eligibility requirements
</OrderedList.Item>
<OrderedList.Item>
350 nationwide minutes share with other TELUS shareable mobility plans on the same account
</OrderedList.Item>
<OrderedList.Item>
Unlimited nationwide minutes do not share
</OrderedList.Item>
</OrderedList>
```

### Letters as bullets

```
<OrderedList listStyle="upperAlpha">
<OrderedList.Item>Lorem ipsum</OrderedList.Item>
<OrderedList.Item>Quisque id elit id est laoreet volutpat</OrderedList.Item>
<OrderedList.Item>Dolor sit amet</OrderedList.Item>
</OrderedList>
```

0 comments on commit 437b409

Please sign in to comment.