mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
test(header-utilities): assert "open" and "close" events
This commit is contained in:
parent
d4cf087050
commit
b029635a50
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
<HeaderGlobalAction aria-label="Settings" icon="{SettingsAdjust}" />
|
||||
<HeaderAction
|
||||
bind:isOpen
|
||||
on:open
|
||||
on:close
|
||||
transition="{{ duration: 400, easing: quintOut }}"
|
||||
>
|
||||
<HeaderPanelLinks>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue