https://github.com/phwoolcon/theme-mdc
The Material Design Theme for Phwoolcon
https://github.com/phwoolcon/theme-mdc
Last synced: about 2 months ago
JSON representation
The Material Design Theme for Phwoolcon
- Host: GitHub
- URL: https://github.com/phwoolcon/theme-mdc
- Owner: phwoolcon
- License: apache-2.0
- Created: 2017-09-06T13:30:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T10:57:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-11T13:50:55.782Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Phwoolcon Theme: MDC
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]
The Material Design Theme for Phwoolcon
## Install
Install as a `phwoolcon` package
```bash
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:
```html
= View::assets('mdc-css'); ?>
```
Append js to body:
```html
= View::assets('mdc-js'); ?>
mdc.autoInit();
```
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker.
## Credits
- [Material Components-Web Team](https://github.com/material-components/material-components-web)
- [Christopher CHEN][link-author]
- [All Contributors][link-contributors]
## License
The Apache License, Version 2.0. Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/phwoolcon/theme-mdc.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/phwoolcon/theme-mdc/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phwoolcon/theme-mdc.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/phwoolcon/theme-mdc.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/phwoolcon/theme-mdc.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/phwoolcon/theme-mdc
[link-travis]: https://travis-ci.org/phwoolcon/theme-mdc
[link-scrutinizer]: https://scrutinizer-ci.com/g/phwoolcon/theme-mdc/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/phwoolcon/theme-mdc
[link-downloads]: https://packagist.org/packages/phwoolcon/theme-mdc
[link-author]: https://github.com/Fishdrowned
[link-contributors]: ../../contributors