Skip to content

Commit

Permalink
Merge branch 'skeletonlabs:dev' into bugfix/2867
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointerexceptionkek authored Dec 17, 2024
2 parents a7d5803 + 430d9c2 commit ec52309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-pants-repair.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ let booksChildren: TreeViewItem[] = [];
language="html"
code={`
<TreeView selection multiple>
<TreeViewItem bind:group={mediums} name="medium" value="books" children={children}>
<TreeViewItem bind:group={mediums} name="medium" value="books" children={booksChildren}>
<svelte:fragment slot="lead">(icon)</svelte:fragment>
<p>Books</p>
<svelte:fragment slot="children">
Expand Down

0 comments on commit ec52309

Please sign in to comment.