mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
parent
1600775968
commit
59018728df
6 changed files with 23 additions and 1 deletions
|
@ -134,6 +134,8 @@
|
|||
{...$$restProps}
|
||||
style="{hasIconOnly && 'width: 3rem;'}"
|
||||
on:click
|
||||
on:focus
|
||||
on:blur
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
@ -147,6 +149,8 @@
|
|||
bind:this="{ref}"
|
||||
{...buttonProps}
|
||||
on:click
|
||||
on:focus
|
||||
on:blur
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
@ -166,6 +170,8 @@
|
|||
bind:this="{ref}"
|
||||
{...buttonProps}
|
||||
on:click
|
||||
on:focus
|
||||
on:blur
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
class:bx--btn--xl="{size === 'xl'}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:focus
|
||||
on:blur
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
@ -43,6 +45,8 @@
|
|||
class:bx--btn--xl="{size === 'xl'}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:focus
|
||||
on:blur
|
||||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue