jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
39 lines (34 loc) • 920 B
HTML
<div>Default</div>
<jqxComboBox
[width]="200" [height]="30" [source]="source" [selectedIndex]="1">
</jqxComboBox>
<br />
<div>Primary</div>
<jqxComboBox
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'primary'">
</jqxComboBox>
<br />
<div>Success</div>
<jqxComboBox
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'success'">
</jqxComboBox>
<br />
<div>Info</div>
<jqxComboBox
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'info'">
</jqxComboBox>
<br />
<div>Warning</div>
<jqxComboBox
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'warning'">
</jqxComboBox>
<br />
<div>Danger</div>
<jqxComboBox
[width]="200" [height]="30" [source]="source"
[selectedIndex]="1" [template]="'danger'">
</jqxComboBox>