mirror of https://github.com/status-im/consul.git
9 lines
173 B
Handlebars
9 lines
173 B
Handlebars
|
<Action
|
||
|
aria-expanded={{if @disclosure.expanded 'true' 'false'}}
|
||
|
aria-controls={{@disclosure.panel}}
|
||
|
id={{@disclosure.button}}
|
||
|
...attributes
|
||
|
>
|
||
|
{{yield}}
|
||
|
</Action>
|