0.2.8 • Published 6 years ago

r-draggable v0.2.8

Weekly downloads
16
License
(ISC OR GPL-3.0)
Repository
-
Last release
6 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

6 years ago

0.2.8

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago