GithubHelp home page GithubHelp logo

kaytie / bootstrap-material-design Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mdbootstrap/mdb-ui-kit

0.0 2.0 0.0 1.39 MB

Material design theme for Bootstrap 3

Home Page: http://fezvrasta.github.io/bootstrap-material-design/

License: Other

JavaScript 5.99% CSS 94.01%

bootstrap-material-design's Introduction

build status gratipay

banner

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, after the Bootstrap CSS and include the javascript at the end of your document (Just before the end of the <body> tag), and everything will be converted to Material Design (paper) style.

NOTE: This theme is in early development and is not ready for production.

Check out the demo at this link (this demo may not be even with the master branch).

How to install

BOWER:       bower install bootstrap-material-design --save

Use our CDN

You can find the CDN of this library at CDNJS.com and at JSDelivr.com

LESS & SASS

Currently only LESS is maintained, the SASS version has not a maintainer anymore (#256). The SASS files are in the source just because if someone wants to update the source he can use these files as base.

Getting started

Navigate to the dist/ folder in this repository, and you will see the test.html file, which has the CSS include statements, in the head section and the JS includes just before body section closes. You need to copy the dist/ folder to the root of your project, ensuring that all the files in your project can access the files through the relative URL, supplied in the CSS and the JS includes.

Development

We are using grunt to automate the workflow and build process. Ensure you have nodejs installed and grunt-cli installed globally. After cloning the repo, run npm install to ensure you have all dev dependencies.

Run the grunt build command to run the tests and compile the less/sass. See Gruntfile.js for details on targets.

Run the grunt test command for browser based jasmine unit tests.

Run the grunt serve command to build and fire up a http server with live-reload and a watch for development purposes.

Todo

I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed. More "todo" things can be found in the ISSUES of this repository.

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 issues

Contribute

Please see the CONTRIBUTING.md file.

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:

<button class="btn btn-material-deeppurple">Deep purple button</button>

These colors are taken from the Material Design color palette and are reported below:

palette

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.

Add data-hint="some hint" to show an hint under the input when the user focus it.

Remember to use the proper HTML markup to get radio and checkboxes styled correctly (choose between radio or checkbox):

<div class="radio/checkbox radio-primary">
    <label>
        <input type="radio/checkbox" checked>
        Option one is this
    </label>
</div>

Icons:

Material Design for Bootstrap includes 490 original Material Design icons! These icons are extracted from the original Google sources and are licensed under the BSD license. They are provided as an iconic and easy to use font.

Variations are available for every icon, including the original Bootstrap icons.

The syntax to add a Material icon is:

 <i class="icon icon-material-favorite"></i>

Material.js

Material.js is a jQuery plugin that add some magic to your markup and allows Material Design for Bootstrap to style some elements like inputs, checkboxes, radios etc.

Functions:

This plugin exposes some functions, them are:

$.material.init() is a shortcut to run all the following commands. $.material.ripples() will apply ripples.js to the default elements. $.material.input() will enable the MD style to the text inputs, and other kind of inputs (number, email, file etc). $.material.checkbox(): will enable the MD style to the checkboxes (remember to follow the markup guidelines explained in the Inputs chapter. $.material.radio(): will enable the MD style to the checkboxes (remember to follow the markup guidelines explained in the Inputs chapter.

Apply Material.js only to specific elements:

Every function expects an optional value that will be used as selector for the function, for example $.material.ripples("#selector, #foobar") will apply Ripples.js only to #selector and #foobar. The functions that allows an optional selector are $.material.ripples, $.material.input, $.material.checkbox and $.material.radio.

You can even override the default values using the $.material.options function, the default values are:

$.material.options = {
    "withRipples": ".btn:not(.btn-link), .card-image, .navbar a:not(.withoutripple), .nav-tabs a:not(.withoutripple), .withripple",
    "inputElements": "input.form-control, textarea.form-control, select.form-control",
    "checkboxElements": ".checkbox > label > input[type=checkbox]",
    "radioElements": ".radio > label > input[type=radio]"
}

Arrive.js support

If you need to dynamically add elements to your DOM then you may need to include Arrive.js before Material.js, this will automatically apply Material.js to every new element added by you using JS.

Plugins

Material Design for Bootstrap comes with styling support for various external scripts:

SnackbarJS

Create snackbars and toasts with SnackbarJS plugin. The default toast style is the squared one (snackbar style). If you like to use the rounded style (toast style), please add the toast class to the style option of SnackbarJS.

RipplesJS

This is part of Material Design for Bootstrap project and is a plain Javascript script which creates the ripple effect on click of the defined elements. At the moment RipplesJS does not have its own repository but it will probably have one in the future.

noUiSlider

Make cross-browser sliders and get them styled with Material Design thanks to the support provided by this theme. Read more about noUiSlider here

Selectize.js

Transform select and multi select inputs in advanced text inputs. Material Design for BS provides a full replacement of the plugin's CSS, so don't include it. Read more about selectize.js

Compatibility

Currently Material Design for Bootstrap supports Google Chrome (tested v37+), Mozilla Firefox (tested 30+), and Internet Explorer (tested 11+). Mobile browsers are not currently tested but it may work.

bootstrap-material-design's People

Contributors

aegoroff avatar clrke avatar cncolder avatar craftzdog avatar dandv avatar dczarnota avatar hebbet avatar icyflame avatar izifortune avatar jorjordandan avatar liliakai avatar marcinant avatar marclipovsky avatar miguelfrde avatar mrijken avatar nelsonomuto avatar npvn avatar pentusha avatar perminder-klair avatar pmarti avatar qiuxiang avatar rougin avatar studio3104 avatar thinkt4nk avatar timiles avatar transitorybliss avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.