phwoolcon / theme-mdc
The Material Design Theme for Phwoolcon
Installs: 347
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: ~5.5|~7.0
Requires (Dev)
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-10-29 05:28:20 UTC
README
The Material Design Theme for Phwoolcon
Install
Install as a phwoolcon
package
git clone git@github.com:phwoolcon/bootstrap.git theme-mdc
cd theme-mdc
bin/import-package git@github.com:phwoolcon/theme-mdc.git
Usage
Load css in html head:
<?= View::assets('mdc-css'); ?>
Append js to body:
<?= View::assets('mdc-js'); ?> <script>mdc.autoInit();</script>
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker.
Credits
License
The Apache License, Version 2.0. Please see License File for more information.