UNPKG

bootstrap-layout

Version:

Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities

7 lines 164 B
{% markdown %} ```js /* Load Bootstrap Layout */ var BootstrapLayout = require('bootstrap-layout') BootstrapLayout.sidebar.show('#my-sidebar') ``` {% endmarkdown %}