react-smart-window

0.10.3 • Public • Published

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-window

Future | TODO LIST:

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

Readme

Keywords

Package Sidebar

Install

npm i react-smart-window

Weekly Downloads

0

Version

0.10.3

License

MIT

Unpacked Size

39 kB

Total Files

12

Last publish

Collaborators

  • weioliver