feat(ordered-list): support native list styles

This commit is contained in:
Eric Liu 2020-10-29 13:45:25 -07:00
commit 095173a574
5 changed files with 52 additions and 9 deletions

View file

@ -2985,6 +2985,7 @@ import { OrderedList } from "carbon-components-svelte";
| Prop name | Type | Default value | Description |
| :-------- | :------------------- | :------------ | :--------------------------------------- |
| nested | <code>boolean</code> | `false` | Set to `true` to use the nested variant. |
| native | <code>boolean</code> | `false` | Set to `true` to use native list styles. |
### Slots