UNPKG

jqwidgets-scripts-custom

Version:

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

13 lines (10 loc) 561 B
<div style="margin-top: 10px">Horizontal</div> <jqxProgressBar [theme]="'material'" #myProgressBar [width]="250" [height]="30" [value]="0" [showText]="true" [orientation]="'horizontal'" [renderText]="renderText" [colorRanges]="horizontalColorRanges"> </jqxProgressBar> <div style="margin-top: 10px">Vertical</div> <jqxProgressBar [theme]="'material'" #myVerticalProgressBar [width]="30" [height]="250" [value]="0" [showText]="true" [orientation]="'vertical'" [renderText]="renderText" [colorRanges]="verticalColorRanges"> </jqxProgressBar>