fluent-bootstrap
[![version][version-badge]][package]
[![MIT License][license-badge]][LICENSE]

[![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Tweet][twitter-badge]][twitter]
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.
`
scss
@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:
`
js
sass: {
dist: {
options: {
loadPath: 'node_modules'
}
}
}
`
#### The hard way
Copy the files from the dist folder. Located here;
`
css
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!
[package]: https://www.npmjs.com/package/fluent-bootstrap
[version-badge]: https://img.shields.io/npm/v/fluent-bootstrap.svg?style=flat-square
[license]: https://github.com/disjfa/fluent-bootstrap/blob/master/LICENSE
[license-badge]: https://img.shields.io/npm/l/fluent-bootstrap.svg?style=flat-square
[github-watch-badge]: https://img.shields.io/github/watchers/disjfa/fluent-bootstrap.svg?style=social
[github-watch]: https://github.com/disjfa/fluent-bootstrap/watchers
[github-star-badge]: https://img.shields.io/github/stars/disjfa/fluent-bootstrap.svg?style=social
[github-star]: https://github.com/disjfa/fluent-bootstrap/stargazers
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20fluent-bootstrap!%20-%20Cool%20admin%20template!%20Thanks%20@disjfa%20https://github.com/disjfa/fluent-bootstrap%20%F0%9F%A4%97
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/disjfa/fluent-bootstrap.svg?style=social