mirror of
https://github.com/status-im/consul.git
synced 2025-02-10 12:46:32 +00:00
13 lines
223 B
Handlebars
13 lines
223 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: MPL-2.0
|
|
}}
|
|
|
|
<Action
|
|
aria-expanded={{if @disclosure.expanded 'true' 'false'}}
|
|
aria-controls={{@disclosure.controls}}
|
|
...attributes
|
|
>
|
|
{{yield}}
|
|
</Action>
|