mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
parent
dfa83bec9a
commit
bc7f5821b8
16 changed files with 26 additions and 25 deletions
|
@ -34,7 +34,7 @@
|
|||
<p
|
||||
class:bx--skeleton__text="{true}"
|
||||
class:bx--skeleton__heading="{heading}"
|
||||
style="width: {width}"
|
||||
style:width="{width}"
|
||||
></p>
|
||||
{/each}
|
||||
</div>
|
||||
|
@ -43,8 +43,8 @@
|
|||
<p
|
||||
class:bx--skeleton__text="{true}"
|
||||
class:bx--skeleton__heading="{heading}"
|
||||
style:width="{width}"
|
||||
{...$$restProps}
|
||||
style="width: {width};{$$restProps.style}"
|
||||
on:click
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue