mirror of
https://github.com/status-im/consul.git
synced 2025-01-15 00:04:47 +00:00
0e730328bd
* 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>
|