open-consul/ui/packages/consul-ui/app/components/informed-action/index.hbs
John Cowen 6ef7c15e51
ui: New overlays (#9305)
Replaces ember-popover with tippy.js based overlay modifier.
2020-12-02 09:43:34 +00:00

17 lines
259 B
Handlebars

<div
class="informed-action"
...attributes
>
<div>
<header>
{{yield to="header"}}
</header>
{{yield to="body"}}
</div>
<ul>
{{yield (hash
Action=(component "anonymous" tagName="li")
)
to="actions"}}
</ul>
</div>