jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
8 lines (7 loc) • 315 B
HTML
<jqxRepeatButton [theme]="'material'" #myRepeatButton style="margin-left: 25px" (onClick)="repeatOnClick()"
[width]="200" [delay]="10">
Click Me!
</jqxRepeatButton>
<jqxProgressBar [theme]="'material'" #myProgressBar style="margin-top: 10px"
[width]="250" [height]="25" [max]="30">
</jqxProgressBar>