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>
Version | Compatibility |
---|---|
0.x | React |
$ npm install react-smart-window
- Window actions
- Window Group (Combine, Divide and split)