mirror of
https://github.com/status-im/consul.git
synced 2025-02-11 21:27:20 +00:00
* ui: Disclosure amends plus DisclosureMenu Co-authored-by: Jamie White <jamie@jgwhite.co.uk>
8 lines
148 B
Handlebars
8 lines
148 B
Handlebars
<Action
|
|
aria-expanded={{if @disclosure.expanded 'true' 'false'}}
|
|
aria-controls={{@disclosure.controls}}
|
|
...attributes
|
|
>
|
|
{{yield}}
|
|
</Action>
|