fluse / react-movepicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-movepicker

supports react 15.x and 16.x

use react-tab-visibility for browser tab activity informations.

Get informed on tab change Get time of inactivity after reactivation

Watch Demo

Install

npm install react-movepicker --save

How to use

import Movepicker from 'react-movepicker'

class App extends Component {

    render() {
        return (
            <Movepicker>
                <img src="" />
            </Movepicker>
        )
    }
}

Development

if you want to add or optimize this component, feel free <3

clone this repository and run install

npm install

start dev server

npm start

make your changes and build new es5 friendly version

npm run build

Give me a coffee

Donate

get in touch?

About


Languages

Language:JavaScript 88.3%Language:CSS 9.7%Language:HTML 2.0%