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

https://github.com/dafrok/react-mover

A wrapper for moving target elements.
https://github.com/dafrok/react-mover

Last synced: 8 days ago
JSON representation

A wrapper for moving target elements.

Awesome Lists containing this project

README

          

# react-mover

## Description
A wrapper for moving target elements.

## Demo
[https://dafrok.github.io/react-mover](https://dafrok.github.io/react-mover)

## Install
```
$ npm i react-mover
```

## Usage
```es6
import React from 'react'
import Mover from 'react-mover'

export default const MovableComponent = (

Drag me to move

)
```