Bootstrap 5 & Material Design UI KIT
Go to file
Kevin Ross 0835304d9f now generating systemjs and commonjs entrypoints in the following variations:
- <module type>.js (uses subordinate require or imports)
- <module type>-all.js (concat version of all subordinates)
- <module type>-all.min.js minified all version.

In addition, don't forget that the source es6 is also available.

Docs aren't done yet or integrated.
2015-12-28 22:06:48 -06:00
docs wip update babel to 6.x, but demodulized version not working. 2015-12-28 20:15:56 -06:00
grunt now generating systemjs and commonjs entrypoints in the following variations: 2015-12-28 22:06:48 -06:00
js wip update babel to 6.x, but demodulized version not working. 2015-12-28 20:15:56 -06:00
scss refactored button coloration to reuse a single mixin that is similar to and overrides the styles generated by the bs mixin. Resolves #793 2015-12-28 12:44:05 -06:00
_config.yml Revert "holder causing issues on the public site, try it from the cdn instead" 2015-12-24 08:13:20 -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 added bootstrap docs sync for scss (with the exception of docs.scss which is customized). Moved the rest of application to the es6 class for uniformity 2015-12-04 08:53:46 -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 omit v4-dev from travis for now, kill bad cname, add states import for variables 2015-12-06 09:57:48 -06:00
bower.json moved to reference tether from bower, and stop copying the file from BS. Templates updated to reference bower version of tether from the cdn. 2015-12-23 17:53:20 -06:00
CONTRIBUTING.md documentation updates 2015-12-24 10:44:35 -06:00
Gemfile sync with BSv4 2015-12-10 09:02:44 -06:00
Gemfile.lock sync with BSv4 2015-12-10 09:02:44 -06:00
Gruntfile.js now generating systemjs and commonjs entrypoints in the following variations: 2015-12-28 22:06:48 -06:00
LICENSE.md #728 Initial restructuring of project and alignment with BS4 tooling and documentation. 2015-11-25 16:01:18 -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 now generating systemjs and commonjs entrypoints in the following variations: 2015-12-28 22:06:48 -06:00
README.md revert readme edit on images 2015-11-25 16:17:45 -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.

TODO: To get started, check out http://site!

TLDR; http://site#starter-template

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

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 one of Bootstrap's founder's Mark Otto.

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