jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
10 lines • 347 B
HTML
<div style="float: left">
<jqxSlider [theme]="'material'" #jqxSlider [mode]="'fixed'" (onChange)="change($event)"></jqxSlider>
<br />
<div style="font-family: Verdana; font-size: 12px;">
Events:
</div>
<jqxPanel [theme]="'material'" #events style="border-width: 0px;"
[height]="50" [width]="450">
</jqxPanel>
</div>