This repo is a Fork of https://github.com/FezVrasta/bootstrap-material-design
repository for easier installation and usage.
- Bootstrap CSS and JS
- JQuery
You may install this theme using Bower or Manual:
Bower : bower install bootstrap-material-ease
Manual : Manually Download and Place dist folder appropriately
Use the below code to initialize the Material Theme
Add the necessary links to your `` element for fonts and stylsheets: ```html ```Add the necessary links to the end of your <body>
element for js:
<!-- JQuery -->
<script src="//code.jquery.com/jquery-2.2.2.min.js"></script>
<!-- Bootstrap JS -->
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.js"></script>
<!-- Material Design JS -->
<script src="/vendor/bootstrap-material-ease/dist/js/material.js"></script>
<script src="/vendor/bootstrap-material-ease/dist/js/ripples.js"></script>
<!-- Bootstrap-Material-Ease Init JS -->
<script>
$(function () {
$.material.init();
});
</script>
Bootstrap-Material-Ease
- Dashboard
- Organisation
- Reviews
- Invite
- Groups
- Roles
-
Settings
- Settings
- Feedback
- Logout
For more codes visit the original developer at https://github.com/FezVrasta/bootstrap-material-design