An open API service indexing awesome lists of open source software.

https://github.com/hwclass/react-battery

React component for tracking the battery status of your computer or mobile device
https://github.com/hwclass/react-battery

Last synced: 11 months ago
JSON representation

React component for tracking the battery status of your computer or mobile device

Awesome Lists containing this project

README

          

# react-battery
React component for tracking the battery status of your computer or mobile device

###Note: Available only on Firefox using Battery API defaultly

###Install
``` javascript
import Battery from 'Battery'
```

###Embed
Use imported src/render.js into your HTML file or write your own:

``` javascript
ReactDOM.render(;, document.getElementById('your-element-id'))

```

###[JSFiddle Example](https://jsfiddle.net/hwclass/kqjepfh4/)