jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
22 lines (21 loc) • 999 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>
ReactJS Notification demo. jqxNotification Fluid Size Example. The width of the Notification in this demo is in Percentages.
</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="../../../scripts/demos.js"></script>
</head>
<body>
<div class="example-description" style="margin-bottom: 3em">
ReactJS Notification demo. jqxNotification Fluid Size Example. The width of the Notification in this demo is in Percentages.
</div>
<div id="app"></div>
<script src="../build/notification_fluidsize.bundle.js"></script>
</body>
</html>