mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
improve documentation (#424)
* chore(deps-dev): pin sveld dependency to v0.3.0 * docs: escape HTML in component prop descriptions * docs(ordered-list): describe use case for using native styles #418 * docs: update count for icons, charts packages * docs(readme): update description, links
This commit is contained in:
parent
c670964e93
commit
a53bddf8f6
6 changed files with 30 additions and 13 deletions
|
@ -51,6 +51,8 @@ components: ["OrderedList", "ListItem"]
|
|||
|
||||
### 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>
|
||||
<ListItem>
|
||||
Ordered list level 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue