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

13 lines
223 B
Handlebars
Raw Normal View History

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
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>