mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
parent
04d35f51f1
commit
e0b10d8ebb
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ components: ["OrderedList", "ListItem"]
|
||||||
|
|
||||||
### Native list styles
|
### Native list styles
|
||||||
|
|
||||||
|
Use the `native` attribute to enable default browser list styles. This is useful for large lists (i.e., 1000 or more items) where the list number may overlap with the list item text.
|
||||||
|
|
||||||
<OrderedList native>
|
<OrderedList native>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
Ordered list level 1
|
Ordered list level 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue