mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
feat(ordered-list): support native list styles
This commit is contained in:
parent
18cbd5c781
commit
095173a574
5 changed files with 52 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue