UNPKG
taffy-coustom-ui
Version:
latest (12.0.4)
12.0.4
自己编译的
www.jqwidgets.com
TaffyBlog/jQWidgets
taffy-coustom-ui
/
demos
/
Showcase
/
angular-fitnesstracker
/
src
/
app
/
innerComponents
/
customButton
/
button.component.html
1 lines
•
114 B
HTML
View Raw
1
<
jqxButton
#
referenceButton
(
onClick
)=
"customClickEvent()"
[
height
]=
"25"
[
disabled
]=
"true"
>
Add Meal
</
jqxButton
>