UNPKG
notification-component
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Notification component
notification-component
/
template.html
7 lines
•
162 B
HTML
View Raw
1
2
3
4
5
6
7
<
li
class
=
"notification hide"
>
<
div
class
=
"content"
>
<
span
class
=
"title"
>
Title
</
span
>
<
a
href
=
"#"
class
=
"close"
>
×
</
a
>
<
p
>
Message
</
p
>
</
div
>
</
li
>