react-smart-window
v0.10.3
Published
A desktop-like draggable container for React
Readme
react-smart-window
A Desktop-like draggable container for React
import Window,{Draggable} from 'react-smart-window'
// create a draggable window.
<Window Title='Title'>
...React.Node
</Window>
// makes node draggable
<Draggable>
...React.Node
</Draggable>Compatibility
|Version | Compatibility| |------------|--------------| |0.x | React |
Installing
$ npm install react-smart-windowFuture | TODO LIST:
- Window actions
- Window Group (Combine, Divide and split)
