17 lines
209 B
Handlebars
Raw Normal View History

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
2020-11-30 16:52:13 +00:00
<div
class="tooltip"
...attributes
{{tooltip
options=(hash
triggerTarget="parentNode"
)
}}
2020-06-17 10:25:54 +01:00
>
{{yield}}
2020-11-30 16:52:13 +00:00
</div>