Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 0e3c45a

Browse files
authored
docs(Breadcrumbs): fix divider in playground
1 parent b98e987 commit 0e3c45a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/docs/src/playground/Breadcrumbs.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
</script>
2525

2626
<Playground {controls} bind:values>
27-
<Breadcrumbs large={values.large} {items} divider={values.divider[0]} />
27+
<Breadcrumbs large={values.large} {items}>
28+
<div slot="divider">
29+
{values.divider[0]}
30+
</div>
31+
</Breadcrumbs>
2832
</Playground>

0 commit comments

Comments
 (0)