We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587a0ae commit 571821dCopy full SHA for 571821d
1 file changed
README.md
@@ -1,6 +1,13 @@
1
# react-draggable [](https://travis-ci.org/mzabriskie/react-draggable)
2
3
-React draggable component
+A simple component for making elements draggable.
4
+
5
+[View the Changelog](CHANGELOG.md)
6
7
+## Demo
8
9
+http://mzabriskie.github.io/react-draggable/example/
10
11
12
## Installing
13
@@ -10,10 +17,6 @@ $ npm install react-draggable
17
$ bower install react-draggable
18
```
19
-## Demo
14
-
15
-http://mzabriskie.github.io/react-draggable/example/
16
20
## Example
21
22
```js
@@ -98,4 +101,4 @@ React.renderComponent(<App/>, document.body);
98
101
99
102
## License
100
103
-MIT
104
+MIT
0 commit comments