0.2.8 • Published 7 years ago

r-draggable v0.2.8

Weekly downloads
16
License
(ISC OR GPL-3.0)
Repository
-
Last release
7 years ago

This project is usefull to make react compnent as dragable or open as dailogue(if it is a dialogue or draggable popup, closing functionaliy has to implemented from your end).

How to implement in your project

import Drag from "r-draggable"; 
<Drag headerToDrag="myheader"   posX="50rem" posY="20rem"><Your Component to Drag  /></Drag>

How to Configure

` You can pass your header(dragging element) class name or id to the property "headerToDrag". If you did not configure "headerToDrag" entire body of your component can draggable

posX - for Align Left postion, You can pass unit with value or by default it will take it as "Px"

posY - for Align Top postion, You can pass unit with value or by default it will take it as "Px"

`

0.2.7

7 years ago

0.2.8

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago