bootstrap-layout
Version:
Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities
11 lines (10 loc) • 428 B
HTML
<h3>Dependencies</h3>
<blockquote>
The following example is using <a href="https://design.google.com/icons/">Material icons</a>, so make sure to load the icons library into the <code><head></code> section of your page before using the example.
</blockquote>
{% markdown %}
```html
<!-- Material Design Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
```
{% endmarkdown %}