UNPKG
path-framework-weberm16
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Path Application Framework
github.com/zhaw-weberm16/path
innovad/path
path-framework-weberm16
/
app
/
path-framework
/
page
/
element
/
button
/
page-delete-button.component.html
7 lines
(6 loc)
•
246 B
HTML
View Raw
1
2
3
4
5
6
7
<
a
(
click
)=
"button.onClick()"
class
=
"fa-links"
>
<
div
class
=
"thumbnail tile {{(button.width > 1 ? 'tile-wide' : '')}} tile-medium tile-red col-md-3"
>
<
div
class
=
"h3"
>
{{button.name}}
</
div
>
<
i
class
=
"fa fa-2x fa-remove"
>
</
i
>
</
div
>
</
a
>