/battery-status

Polymer element helper to adapt behaviour regarding the device battery status

Primary LanguageHTMLMIT LicenseMIT

<battery-status>

Polymer element helper to adapt behaviour regarding the device battery status

Usage

<battery-status status="{{status}}"
                theshold="15"
                on-under-theshold="handleUnderTheshold"
                on-over-theshold="handleOverTheshold"></battery-status>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT