0.0.2 • Published 2 years ago

icos-cp-draggable v0.0.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
2 years ago

#ICOS Carbon Portal Draggable package

##Description React draggable component. It provides a 'window' that the user can drag around.

##Installation npm install icos-cp-draggable

##Properties to send dragElementId - Id of element that should react to dragging.

initialPos - Function that calculates initial position.

onStopDrag - Function that handels the current style when user stops dragging element. Use this to save position if the draggabable window is closed so it opens up in the same position.

##Tests None