UNPKG
@rmlio/matey
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
Web-based editor for YARRRML rules.
github.com/RMLio/matey
RMLio/matey
@rmlio/matey
/
assets
/
html
/
alert.html
6 lines
•
241 B
HTML
View Raw
1
2
3
4
5
6
<
div
class
=
"alert alert-{{type}} alert-dismissible fade show"
role
=
"alert"
>
{{message}}
<
button
type
=
"button"
class
=
"close"
data-dismiss
=
"alert"
aria-label
=
"Close"
>
<
span
aria-hidden
=
"true"
>
×
</
span
>
</
button
>
</
div
>