UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
@nebular
/
theme
/
components
/
toastr
/
toast.component.html
8 lines
(7 loc)
•
248 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
div
class
=
"icon-container"
*
ngIf
=
"hasIcon && icon"
>
<
nb-icon
[
config
]=
"iconConfig"
>
</
nb-icon
>
</
div
>
<
div
class
=
"content-container"
>
<
span
class
=
"title subtitle"
>
{{ toast.title }}
</
span
>
<
div
class
=
"message"
>
{{ toast.message }}
</
div
>
</
div
>