pug-bootstrap / PUG-Bootstrap

Bootstrap framework written completely using mixins in Pug
http://pug-bootstrap.github.io/PUG-Bootstrap/
MIT License
226 stars 73 forks source link
bootstrap jade-bootstrap mixins pug

PUG-Bootstrap

Bootstrap framework written completely using mixins in Pug

Build Status npm
npm version MIT license

Website

PUG-Bootstrap

Documentation

Documentation

Wiki

Go to wiki page

Quickstart

Several quick start options are available:

The quickest way to get started for NodeJS applications is with this boilerplate

What's included

Within the download you'll find the following directories and files, logically grouping common mixins. You'll see something like this:

bootstrap.pug
├── components/
│   ├── accordion.pug
│   ├── alerts.pug
│   ├── carousel.pug
│   ├── dropdowns.pug
│   ├── forms.pug
│   ├── icons.pug
│   ├── labels.pug
│   ├── list-groups.pug
│   ├── modal.pug
│   ├── navbar.pug
│   ├── navs.pug
│   ├── panels.pug
│   ├── progress-bars.pug
│   ├── tables.pug
│   ├── tabs.pug
│   ├── toggle.pug
│   └── tooltips.pug
└── layouts/
    ├── blog.pug
    ├── carousel.pug
    ├── cover.pug
    ├── dashboard.pug
    ├── jumbotron.pug
    ├── jumbotron-narrow.pug
    ├── justified-nav.pug
    ├── navbar.pug
    ├── navbar_fixed.pug
    ├── navbar_static.pug
    ├── non-responsive.pug
    ├── offcanvas.pug
    ├── sign-in.pug
    ├── starter.pug
    ├── sticky-footer.pug
    ├── sticky-footer-navbar.pug
    └── theme-template.pug

Features