mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
c6c756925b
commit
a48afb5889
4 changed files with 32 additions and 5 deletions
|
@ -72,4 +72,12 @@
|
|||
on:select="{({ detail }) => console.log('select', detail)}"
|
||||
on:toggle="{({ detail }) => console.log('toggle', detail)}"
|
||||
on:focus="{({ detail }) => console.log('focus', detail)}"
|
||||
/>
|
||||
let:node
|
||||
>
|
||||
{node.id}
|
||||
{node.disabled}
|
||||
{node.expanded}
|
||||
{node.leaf}
|
||||
{node.selected}
|
||||
{node.text}
|
||||
</TreeView>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue