mirror of
https://github.com/status-im/consul.git
synced 2025-01-26 13:40:20 +00:00
45554e4e9c
Add simple Notice template only glimmer component
10 lines
156 B
Handlebars
10 lines
156 B
Handlebars
<div
|
|
class="notice {{@type}}"
|
|
...attributes
|
|
>
|
|
{{yield (hash
|
|
Header=(component 'anonymous' tagName="header")
|
|
Body=(component 'anonymous')
|
|
)}}
|
|
</div>
|