jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
21 lines (20 loc) • 1.08 kB
HTML
<html>
<head>
<meta charset="utf-8" />
<title>
ReactJS Navigation Bar demo. jqxNavigationBar has a built-in mode which allows you to have multiple expanded items. In order to enable this mode, you need to set the 'expandMode' property to 'multiple'
</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="../../../scripts/demos.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxnavigationbar.js"></script>
</head>
<body>
<div class="example-description" style="margin-bottom: 3em">
ReactJS Navigation Bar demo. jqxNavigationBar has a built-in mode which allows you to have multiple expanded items. In order to enable this mode, you need to set the 'expandMode' property to 'multiple'
</div>
<div id="app"></div>
<script src="../build/navigationbar_multipleexpanded.bundle.js"></script>
</body>
</html>