Bootstrap 5 & Material Design UI KIT
Go to file
2016-01-25 15:35:36 -06:00
dist dist 2016-01-24 17:31:00 -06:00
docs docs header change 2016-01-25 15:27:29 -06:00
grunt rework to standardize on npm instead of bower for the build. We still support bower releases, but we will build with npm and tools. Removed optional rubysass, libsass is the standard moving forward because of it's speed. 2016-01-24 17:30:49 -06:00
js solves #838 2016-01-24 14:08:59 -06:00
scss rework to standardize on npm instead of bower for the build. We still support bower releases, but we will build with npm and tools. Removed optional rubysass, libsass is the standard moving forward because of it's speed. 2016-01-24 17:30:49 -06:00
_config.yml wip prototype for mdb-collapse-inline with an mdb-btn-icon and a field i.e. search field. Need to add a js class to ease use/markup and add focusing behavior. 2016-01-07 20:12:56 -06:00
.babelrc wip rollup - fix jscs 2016-01-04 09:11:31 -06:00
.editorconfig reconciled against bs4 2015-12-03 11:35:51 -06:00
.gitattributes #728 Initial restructuring of project and alignment with BS4 tooling and documentation. 2015-11-25 16:01:18 -06:00
.gitignore dist for #837 2016-01-24 12:44:16 -06:00
.hound.yml #728 Initial restructuring of project and alignment with BS4 tooling and documentation. 2015-11-25 16:01:18 -06:00
.npmignore Add .npmignore 2015-11-19 19:48:34 +01:00
.ruby-gemset prepare grunt-less-to-sass 2015-11-02 13:42:29 -06:00
.ruby-version prepare grunt-less-to-sass 2015-11-02 13:42:29 -06:00
.travis.yml Resolves #832. Move to using BS4 shadow variables. Compared/updated relative to the BS4 dev branch 2016-01-20 12:55:32 -06:00
bower.json remove unused examples and switch bower to use the bootstrap branch 2016-01-22 15:56:05 -06:00
CONTRIBUTING.md documentation updates 2015-12-24 10:44:35 -06:00
Gemfile rework to standardize on npm instead of bower for the build. We still support bower releases, but we will build with npm and tools. Removed optional rubysass, libsass is the standard moving forward because of it's speed. 2016-01-24 17:30:49 -06:00
Gemfile.lock rework to standardize on npm instead of bower for the build. We still support bower releases, but we will build with npm and tools. Removed optional rubysass, libsass is the standard moving forward because of it's speed. 2016-01-24 17:30:49 -06:00
Gruntfile.js automate publish and commit dist automatically in process now that it is no longer ignored 2016-01-25 15:35:36 -06:00
LICENSE.md Added a credits section to the docs, makes me feel better than just the LICENSE.md, because indeed we stand on the shoulders of giants. 2016-01-11 11:29:39 -06:00
package.js #728 Initial restructuring of project and alignment with BS4 tooling and documentation. 2015-11-25 16:01:18 -06:00
package.json automate publish and commit dist automatically in process now that it is no longer ignored 2016-01-25 15:35:36 -06:00
README.md . 2016-01-07 12:53:54 -06:00
sache.json #728 Initial restructuring of project and alignment with BS4 tooling and documentation. 2015-11-25 16:01:18 -06:00

bootstrap-material-design

WARNING: These docs relate to the next major release and integration with bootstrap V4.

build status gratipay Bower version

Bootstrap Material Design is the best way to use Material Design guidelines by Google in your Bootstrap 4 based application. Since this is a fully customizable version of Bootstrap, just include Bootstrap Material Design CSS instead of Bootstrap CSS, and include the JavaScript at the end of your document (just before the </body> tag), and everything will be converted to Material Design.

Documentation

NOTE: this is a temporary site location that will be published in at http://fezvrasta.github.io/bootstrap-material-design in the future.

Support

If you like this project you may support it by donating via Gittip, starring this repository or reporting issues.
All issues filed should be reduced to a CodePen test case where possible.

gittip issues

Contributing

During V4 major development

If you want to get involved, please do so by submitting pull requests. Before undertaking any major PR effort, please check the milestone for an existing issue. If there isn't one, please file a new issue and cc: @rosskevin so we can discuss and assign the work so effort is not duplicated. Thank you!

Please prefix any issue or pull request title with V4.

Standard guidelines

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the Code Guide, maintained by Mark Otto, one of Bootstrap's founders.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, this project is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

See the Releases section of our GitHub project for changelogs of each release version.

License

MIT License