mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs(recursive-list): simplify copy
This commit is contained in:
parent
28ac225255
commit
9fd8a9e17b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
This component uses the [svelte:self API](https://svelte.dev/docs#svelte_self) to render the [UnorderedList](/components/UnorderedList) and [OrderedList](/components/OrderedList) components with tree structured data.
|
This component uses the [svelte:self API](https://svelte.dev/docs#svelte_self) to render the [UnorderedList](/components/UnorderedList) and [OrderedList](/components/OrderedList) components with tree structured data.
|
||||||
|
|
||||||
A child node can render text (`text`), a link (`href`), HTML content (`html`), and other `children`.
|
A child node can render text, a link, HTML content, and other children.
|
||||||
|
|
||||||
<InlineNotification svx-ignore title="Warning:" kind="warning" hideCloseButton>
|
<InlineNotification svx-ignore title="Warning:" kind="warning" hideCloseButton>
|
||||||
<div class="body-short-01">
|
<div class="body-short-01">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue