The Material Design Theme for Phwoolcon
Install as a phwoolcon
package
git clone [email protected]:phwoolcon/bootstrap.git theme-mdc
cd theme-mdc
bin/import-package [email protected]:phwoolcon/theme-mdc.git
Load css in html head:
<?= View::assets('mdc-css'); ?>
Append js to body:
<?= View::assets('mdc-js'); ?>
<script>mdc.autoInit();</script>
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The Apache License, Version 2.0. Please see License File for more information.