jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
16 lines (14 loc) • 587 B
HTML
<jqxNotification [theme]="'material'" #jqxNotification
[template]="'info'"
[autoClose]="true"
[appendContainer]="'#container'"
[opacity]="0.9"
[width]="'100%'">
<div>
<div #notificationContent></div>
</div>
</jqxNotification>
<jqxButton [theme]="'material'" #openNotification (onClick)="click()">Open notification</jqxButton>
<div id="container" style="width: 300px; height: 400px; margin-top: 15px; background-color: #F2F2F2;
border: 1px dashed #AAAAAA; overflow: auto;">
</div>