16 lines
351 B
Handlebars
16 lines
351 B
Handlebars
<ul
|
|
role="menu"
|
|
aria-labelledby={{@disclosure.button}}
|
|
id={{@disclosure.panel}}
|
|
...attributes
|
|
{{aria-menu
|
|
onclose=(or @onclose @disclosure.close)
|
|
openEvent=(or @event @disclosure.event)
|
|
}}
|
|
>
|
|
{{yield (hash
|
|
Action=(component 'menu/action')
|
|
Item=(component 'menu/item')
|
|
Separator=(component 'menu/separator')
|
|
)}}
|
|
</ul> |