jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
12 lines (10 loc) • 414 B
HTML
<jqxKnob
[]="400" [height]="400"
[]="30" [min]="0" [max]="100" [rotation]="'clockwise'"
[]="{ fill: '#fff' }" [progressBar]="progressBar" [pointer]="pointer"
[]="dial" [startAngle]="270" [endAngle]="630">
</jqxKnob>
<jqxInput [theme]="'material'"
(onChange)="myInputOnChange()"
[]="100" [value]="30">
</jqxInput>