Bootstrap 5 & Material Design UI KIT
Go to file
Kevin Ross 1b4eb1c82c Merge branch 'v4-gulp' into v4-dev
* v4-gulp: (39 commits)
  update docs with removal of grunt
  updated dependencies
  add temporary estraverse-fb dependency based on bug in sub-library
  make sure iife.min is copied to docs dist
  switch back to module only, unlinked
  debugging gh-pages publishing
  stable use of gulp-pipeline through unbundled cjs instead of direct at source.  may switch back but this is verified working externally
  added debug
  Bumped version from 4.0.0 to 4.0.1
  Bumped version from 4.0.0-alpha to 4.0.0
  fixed creation of uglified/min js for core and docs
  docs.min.css wasn't being generated
  remove some old ignores clutter
  refactored for a simpler docs gulp file with reuse of aggregates now that it is possible
  refactored for a simpler gulp file with reuse of aggregates now that it is possible
  prep for first push with gulp
  gulp default && jekyll serve is working locally
  use flat location for dist files
  move to jquery's recommended cdn, and make all cdns use https
  not using sub directories for dist anymore
  ...
2016-03-18 20:45:58 -05:00
docs update docs with removal of grunt 2016-03-18 20:44:22 -05:00
grunt changed es2015 and es6 names to simply es 2016-02-05 10:41:01 -06:00
js docs.iife is being generated, albeit without the vendor js - need to combine that separately due to the non-cjs/umd modules 2016-03-01 16:07:46 -06:00
scss #901 core rollup and sass is working 2016-03-01 10:49:36 -06:00
_config.yml update docs with removal of grunt 2016-03-18 20:44:22 -05:00
.babelrc #901 core rollup and sass is working 2016-03-01 10:49:36 -06:00
.editorconfig Revert "dist from commit ec8a289 on branch v4-dev" 2016-01-26 12:12:48 -06:00
.eslintrc working on gulp 4 integration 2016-03-17 15:11:07 -05:00
.gitattributes Revert "dist from commit ec8a289 on branch v4-dev" 2016-01-26 12:12:48 -06:00
.gitignore remove some old ignores clutter 2016-03-18 12:32:31 -05:00
.hound.yml bs4 sync - #871 need to review line-height effects on buttons and form-controls 2016-02-08 13:42:01 -06:00
.npmignore Revert "dist from commit ec8a289 on branch v4-dev" 2016-01-26 12:12:48 -06:00
.ruby-gemset Revert "dist from commit ec8a289 on branch v4-dev" 2016-01-26 12:12:48 -06:00
.ruby-version Revert "dist from commit ec8a289 on branch v4-dev" 2016-01-26 12:12:48 -06:00
.scss-lint.yml #901 core rollup and sass is working 2016-03-01 10:49:36 -06:00
.travis.yml docs.iife is being generated, albeit without the vendor js - need to combine that separately due to the non-cjs/umd modules 2016-03-01 16:07:46 -06:00
bower.json Update bower.json 2016-03-18 21:34:00 +03:00
CONTRIBUTING.md added summarily closed section 2016-02-05 10:23:59 -06:00
Gemfile bs4 sync - #871 need to review line-height effects on buttons and form-controls 2016-02-08 13:42:01 -06:00
Gemfile.lock bs4 sync - #871 need to review line-height effects on buttons and form-controls 2016-02-08 13:42:01 -06:00
gulp-docs.js stable use of gulp-pipeline through unbundled cjs instead of direct at source. may switch back but this is verified working externally 2016-03-18 16:18:48 -05:00
gulpfile.babel.js make sure iife.min is copied to docs dist 2016-03-18 19:42:47 -05:00
LICENSE.md working on gulp 4 integration 2016-03-17 15:11:07 -05:00
package.js Revert "dist from commit ec8a289 on branch v4-dev" 2016-01-26 12:12:48 -06:00
package.json updated dependencies 2016-03-18 20:13:42 -05:00
README.md Revert "dist from commit ec8a289 on branch v4-dev" 2016-01-26 12:12:48 -06:00
sache.json Revert "dist from commit ec8a289 on branch v4-dev" 2016-01-26 12:12:48 -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