11# React-Draggable
22
3- [ ![ TravisCI Build Status] ( https://api.travis-ci.org/STRML /react-draggable.svg?branch=master )] ( https://travis-ci.org/strml /react-draggable )
4- [ ![ Appveyor Build Status] ( https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true )] ( https://ci.appveyor.com/project/strml /react-draggable )
3+ [ ![ TravisCI Build Status] ( https://api.travis-ci.org/react-grid-layout /react-draggable.svg?branch=master )] ( https://travis-ci.org/react-grid-layout /react-draggable )
4+ [ ![ Appveyor Build Status] ( https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true )] ( https://ci.appveyor.com/project/react-grid-layout /react-draggable )
55[ ![ npm downloads] ( https://img.shields.io/npm/dt/react-draggable.svg?maxAge=2592000 )] ( http://npmjs.com/package/react-draggable )
66[ ![ gzip size] ( http://img.badgesize.io/https://npmcdn.com/react-draggable/build/web/react-draggable.min.js?compression=gzip )] ( )
77[ ![ version] ( https://img.shields.io/npm/v/react-draggable.svg )] ( )
@@ -18,7 +18,7 @@ A simple component for making elements draggable.
1818< / Draggable>
1919```
2020
21- - [ Demo] ( http://strml .github.io/react-draggable/example/ )
21+ - [ Demo] ( http://react-grid-layout .github.io/react-draggable/example/ )
2222- [ Changelog] ( CHANGELOG.md )
2323
2424
@@ -87,7 +87,7 @@ an intermediate wrapper (`<Draggable><span>...</span></Draggable>`) in this case
8787
8888### Draggable Usage
8989
90- View the [ Demo] ( http://strml .github.io/react-draggable/example/ ) and its
90+ View the [ Demo] ( http://react-grid-layout .github.io/react-draggable/example/ ) and its
9191[ source] ( /example/example.js ) for more.
9292
9393``` js
@@ -297,8 +297,8 @@ like a completely static component.
297297For users that require absolute control, a ` <DraggableCore> ` element is available. This is useful as an abstraction
298298over touch and mouse events, but with full control. ` <DraggableCore> ` has no internal state.
299299
300- See [ React-Resizable] ( https://github.com/STRML /react-resizable ) and
301- [ React-Grid-Layout] ( https://github.com/STRML /react-grid-layout ) for some usage examples.
300+ See [ React-Resizable] ( https://github.com/react-grid-layout /react-resizable ) and
301+ [ React-Grid-Layout] ( https://github.com/react-grid-layout /react-grid-layout ) for some usage examples.
302302
303303` <DraggableCore> ` is a useful building block for other libraries that simply want to abstract browser-specific
304304quirks and receive callbacks when a user attempts to move an element. It does not set styles or transforms
0 commit comments