0.10.3 • Published 4 years ago

react-smart-window v0.10.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

VersionCompatibility
0.xReact

Installing

$ npm install react-smart-window

Future | TODO LIST:

  • Window actions
  • Window Group (Combine, Divide and split)
0.10.3

4 years ago

0.10.2

4 years ago

0.10.1

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago