1.0.1 • Published 8 years ago

bootstrap-material-lite v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

Bootstrap Material Lite

A lite Material Design Addon for Bootstrap 3.x
Just import the main css file and add the 'material' class to your body tag!

Styles

  • Buttons
  • Nav-Tabs
  • Badges
  • Labels
  • Font
  • Input coming soon ...

Install

  npm i bootstrap-material-lite

Usage

In your main.js:

  require('bootstrap-material-lite/dist/main.css')

And then add the material class to your body tag:

 <body class="material">

Button Classes

  • Normal Buttons: .btn.btn-primary
  • Raised Buttons: .btn.btn-primary.btn-raised
  • Circle Buttons: .btn.btn-primary.btn-circle
  • Circle Raised Buttons: .btn.btn-primary.btn-circle.btn-raised
  • Flat Buttons: .btn.btn-primary.btn-flat