0.1.1 • Published 6 years ago

fluent-bootstrap v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

fluent-bootstrap

version MIT License All Contributors

Watch on GitHub Star on GitHub Tweet

A simple and useful interface based on Fluent design by Microsoft. An example can be found here: fluent-bootstrap.

Instalation

npm install fluent-bootstrap

How to use

Create a base scss file. Add this to the main file.

@import "fluent-bootstrap/scss/fluent-bootstrap";

And go and create a super website.

Grunt

Don't forget to setup a loadFile on the base project. In my gruntfile i have these options on the scss loader:

sass: {
    dist: {
        options: {
            loadPath: 'node_modules'
        }
    }
}

The hard way

Copy the files from the dist folder. Located here;

fluent-bootstrap/dist/css/fluent-bootstrap.css

For the javascript. Just use the default bootstrap, jquery and thether javascript to include in your project.

Usage

unsplash Bootstrap v4 Font Awesome Social Buttons for Bootstrap Chart.js

Issues

Issues can be reported here

Contributors

Thanks goes to these wonderful people (emoji key):

disjfa📖 💻 💬

This project follows the all-contributors specification. Contributions of any kind welcome!