UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

22 lines (21 loc) 949 B
<div style="font-size: 13px; font-family: Verdana; float: left;"> <div style="margin-top: 10px;">Horizontal</div> <jqxProgressBar [theme]="'material'" #horizontal [width]="250" [height]="30" [value]="50"> </jqxProgressBar> <div style="margin-top: 10px;">Vertical</div> <jqxProgressBar [theme]="'material'" #vertical [width]="30" [height]="250" [value]="50" [orientation]="'vertical'"> </jqxProgressBar> <br /> <div>Enter a value between 0 and 100</div> <jqxInput [theme]="'material'" #ValueInput></jqxInput> <!--<input id="ValueInput" type="text" style="margin-top: 5px;" />--> <jqxButton [theme]="'material'" (onClick)="onClick()">Update</jqxButton> <jqxCheckBox [theme]="'material'" (onChange)="onCheckBox($event)"> Show Progress Text </jqxCheckBox> <jqxCheckBox [theme]="'material'" (onChange)="onCustomTextCheckBox($event)"> Custom Progress Text </jqxCheckBox> </div>