mirror of https://github.com/status-im/consul.git
16 lines
374 B
Handlebars
16 lines
374 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' disclosure=@disclosure)
|
|
Item=(component 'menu/item')
|
|
Separator=(component 'menu/separator')
|
|
)}}
|
|
</ul> |