jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
40 lines (35 loc) • 1.01 kB
HTML
<div>Default</div>
<jqxDateTimeInput [theme]="'material'"
[width]="300" [height]="30"
[showTimeButton]="true" [template]="'default'">
</jqxDateTimeInput>
<br />
<div>Primary</div>
<jqxDateTimeInput [theme]="'material'"
[width]="300" [height]="30"
[showTimeButton]="true" [template]="'primary'">
</jqxDateTimeInput>
<br />
<div>Success</div>
<jqxDateTimeInput [theme]="'material'"
[width]="300" [height]="30"
[showTimeButton]="true" [template]="'success'">
</jqxDateTimeInput>
<br />
<div>Info</div>
<jqxDateTimeInput [theme]="'material'"
[width]="300" [height]="30"
[showTimeButton]="true" [template]="'info'">
</jqxDateTimeInput>
<br />
<div>Warning</div>
<jqxDateTimeInput [theme]="'material'"
[width]="300" [height]="30"
[showTimeButton]="true" [template]="'warning'">
</jqxDateTimeInput>
<br />
<div>Danger</div>
<jqxDateTimeInput [theme]="'material'"
[width]="300" [height]="30"
[showTimeButton]="true" [template]="'danger'">
</jqxDateTimeInput>