mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(accordion-skeleton): add align prop
This commit is contained in:
parent
06fea29c4f
commit
933055c9ce
3 changed files with 18 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
{#if skeleton}
|
||||
<AccordionSkeleton
|
||||
{...$$restProps}
|
||||
align="{align}"
|
||||
on:click
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue