https://github.com/fluse/react-movepicker
https://github.com/fluse/react-movepicker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluse/react-movepicker
- Owner: fluse
- Created: 2019-12-06T14:35:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T14:08:42.000Z (over 2 years ago)
- Last Synced: 2024-04-24T22:02:41.625Z (about 1 year ago)
- Language: JavaScript
- Size: 2.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://fluse.github.io/react-movepicker/)**
## Install
```
npm install react-movepicker --save
```## How to use
```jsx
import Movepicker from 'react-movepicker'
class App extends Component {
render() {
return (
![]()
)
}
}```
## 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
[](https://www.paypal.me/schauf)
[get in touch?](http://www.holger-schauf.de)