open-consul/ui/packages/consul-ui/app/components/disclosure/action/index.hbs

8 lines
148 B
Handlebars
Raw Normal View History

2022-02-08 19:24:50 +00:00
<Action
aria-expanded={{if @disclosure.expanded 'true' 'false'}}
aria-controls={{@disclosure.controls}}
2022-02-08 19:24:50 +00:00
...attributes
>
{{yield}}
</Action>