consul/ui/packages/consul-ui/app/components/tooltip/index.hbs

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 09:25:54 +00:00
>
{{yield}}
2020-11-30 16:52:13 +00:00
</div>