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

10 lines
156 B
Handlebars

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