UNPKG

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) 243 B
{% markdown %} ```html <!-- Sidebar wrapper --> <div class="sidebar sidebar-dark" id="my-sidebar" data-scrollable> <!-- Basic sidebar brand, with fixed height --> <a href="#" class="sidebar-brand">Brand</a> </div> ``` {% endmarkdown %}