jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
31 lines (29 loc) • 1.46 kB
HTML
<html>
<head>
<meta charset="utf-8" />
<title>
ReactJS Notification demo. This demo shows how to display a custom icon in a jqxNotification. The showcased notification uses the applied theme's styling and not a template.
</title>
<link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" />
<script type="text/javascript" src="../../../jqwidgets/jqxcore.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxnotification.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxbuttons.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxtextarea.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxinput.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxscrollbar.js"></script>
<script type="text/javascript" src="../../../scripts/demos.js"></script>
<style type="text/css">
.label {
text-align: right;
}
</style>
</head>
<body>
<div class="example-description" style="margin-bottom: 3em">
ReactJS Notification demo. This demo shows how to display a custom icon in a jqxNotification. The showcased notification uses the applied theme's styling and not a template.
</div>
<div id="app"></div>
<script src="../build/notification_customicon.bundle.js"></script>
</body>
</html>