mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
docs: replace h3
with h2
headings (#1452)
This commit is contained in:
parent
b5c4501903
commit
e2a90005b9
70 changed files with 552 additions and 559 deletions
|
@ -13,7 +13,7 @@ A child node can render text, a link, HTML content, and other children.
|
|||
</div>
|
||||
</InlineNotification>
|
||||
|
||||
### Unordered
|
||||
## Unordered
|
||||
|
||||
The `children` prop accepts an array of child nodes.
|
||||
|
||||
|
@ -21,13 +21,13 @@ By default, the list type is unordered.
|
|||
|
||||
<FileSource src="/framed/RecursiveList/RecursiveList" />
|
||||
|
||||
### Ordered
|
||||
## Ordered
|
||||
|
||||
Set `type` to `"ordered"` to use the ordered list variant.
|
||||
|
||||
<FileSource src="/framed/RecursiveList/RecursiveListOrdered" />
|
||||
|
||||
### Ordered (native styles)
|
||||
## Ordered (native styles)
|
||||
|
||||
Set `type` to `"ordered-native"` to use the native styles for an ordered list.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue