--- title: Getting started slug: home --- {% extends "layouts/default.html" %} {% block page %} {% markdown %} # bootstrap-layout Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities for Bootstrap 4. ## Installation > Simple install via npm: ```bash npm install bootstrap-layout ``` {% endmarkdown %}

Styling

{% include 'code/installation/css.html' %}
{% include 'code/installation/sass.html' %}

JavaScript

{% include 'code/installation/js-static.html' %}
{% include 'code/installation/js-es6.html' %}
{% include 'code/installation/js-browserify.html' %}

Boilerplates

Project starter setups using Bootstrap Layout.
{% endblock %}