mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(breadcrumb): forward noTrailingSlash to skeleton
This commit is contained in:
parent
0b56ef6bba
commit
4dc9a48b02
2 changed files with 2 additions and 1 deletions
|
@ -23,4 +23,4 @@
|
||||||
|
|
||||||
### Skeleton
|
### Skeleton
|
||||||
|
|
||||||
<Breadcrumb skeleton count={3} />
|
<Breadcrumb noTrailingSlash skeleton count={3} />
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
{#if skeleton}
|
{#if skeleton}
|
||||||
<BreadcrumbSkeleton
|
<BreadcrumbSkeleton
|
||||||
|
noTrailingSlash="{noTrailingSlash}"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
on:click
|
on:click
|
||||||
on:mouseover
|
on:mouseover
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue