mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore(accordion): place restProps.class after class
This commit is contained in:
parent
e777eab107
commit
28e5284b77
2 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,9 @@
|
|||
{:else}
|
||||
<ul
|
||||
class:bx--accordion={true}
|
||||
class="bx--accordion--{align}"
|
||||
{...$$restProps}
|
||||
class="bx--accordion--{align}
|
||||
{$$restProps.class}"
|
||||
on:click
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue