open-consul/ui/packages/consul-ui/app/components/notice/index.hbs

11 lines
216 B
Handlebars

<div
class="notice {{or @type 'info'}}"
...attributes
>
{{yield (hash
Header=(component 'anonymous' tagName="header")
Body=(component 'anonymous')
Footer=(component 'anonymous' tagName="footer")
)}}
</div>