reactjs-windows
v1.0.2
Published
React popup window with options like resize, drag and more..
Downloads
1
Maintainers
Readme
reactjs-windows
react popup window with options like resize, drag and more..
Sample
Install
npm install --save reactjs-windows
Usage
import React, { Component } from 'react'
import ReactWindow from 'reactjs-windows'
import 'reactjs-windows/dist/index.css'
class Example extends Component {
render() {
return <ReactWindow title="Test Window">
<p>content..</p>
</ReactWindow>
}
}
License
MIT © YehudaKremer