bootstrap-layout
Version:
Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities
11 lines (9 loc) • 337 B
HTML
{% markdown %}
> Before closing the `<body>` tag, after `jQuery`:
```html
<!-- Simplebar.js JavaScript -->
<script src="node_modules/simplebar/dist/simplebar.min.js"></script>
<!-- Bootstrap Layout Scrollable -->
<script src="node_modules/bootstrap-layout-scrollable/dist/bootstrap-layout-scrollable.js"></script>
```
{% endmarkdown %}