bootstrap-material-lite

1.0.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i bootstrap-material-lite

      Weekly Downloads

      1

      Version

      1.0.1

      License

      ISC

      Last publish

      Collaborators

      • andruschka