jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
16 lines (13 loc) • 574 B
HTML
<div style="position: relative; height: 380px">
<jqxGauge
[]="1500"
[]="ranges" [cap]="cap" [border]="border"
[]="ticksMinor" [ticksMajor]="ticksMajor"
[]="labels" [pointer]="pointer">
</jqxGauge>
<jqxSlider
(onChange)="mySliderOnChange()"
[]="180" [value]="120" [min]="0" [max]="220"
[]="20" [mode]="'fixed'" [showButtons]="false">
</jqxSlider>
</div>