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

13 lines
224 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
}}
<Action
aria-expanded={{if @disclosure.expanded 'true' 'false'}}
aria-controls={{@disclosure.controls}}
...attributes
>
{{yield}}
</Action>