Material Design for Bootstrap ========================= This Bootstrap theme is an easy way to use the new Material Design guidelines by Google in your Bootstrap 3 based application. Just include the theme right after the Bootstrap CSS and include the javascript at the end of your document, everything will be converted to Material Design (paper) style. This theme is in early development and is not ready for production. Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-design/). ## How to install bower install bootstrap-material-design --save ## Features Currently supported elements: - Input fields (text, numeric, email, etc) - Textarea - Buttons (ripple effect working) - Select - Navbar - Button groups - Input groups - Checkbox - Radio - Alerts - Progress bars - Jumbotron - Wells - Dialogs - Lists Todo elements: - Morphing icons - [Icons/grids/chips to card/fullscreen transitions](http://www.polymer-project.org/components/core-animated-pages/demo.html) - [Headers](http://www.polymer-project.org/components/core-header-panel/demo.html) - [Icon button](http://www.polymer-project.org/components/paper-icon-button/demo.html) - [Tabs](http://www.polymer-project.org/components/paper-tabs/demo.html) - [Toggle buttons](http://www.polymer-project.org/components/paper-toggle-button/demo.html) I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed. # Support me If you like this project you may support me by donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section. [![gittip](screenshots/gittip-button.jpg)](https://www.gittip.com/FezVrasta/) [![issues](screenshots/issues-button.jpg)](https://github.com/FezVrasta/bootstrap-material-design/issues) # Documentation Material Design for Bootstrap provides some additional stuff to get the best from Material Design. ### Variations: There are 17 additional color variations (in addition to the classic 4 variations) for buttons, inputs, checkboxes, radios, alerts, navbars, tabs, labels, paginations, progress bars and more. They can be used by adding the class suffix `-material-color` to the desired element and replacing `color` with the desired one. Example: These colors are taken from the Material Design color palette and are reported below: ![palette](screenshots/palette.jpg) ### Buttons: Add `.btn-flat` to a button to make it flat, without shadows. Add `.btn-raised` to a button to add a permanent shadow to it. ### Inputs: Add `.floating-label` to an input field with a `placeholder` to transform the placeholder in a floating label. Remember to use the proper HTML markup to get radio and checkboxes styled correctly (choose between *radio* or *checkbox*):