1.0.2 • Published 4 years ago

reactjs-windows v1.0.2

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

reactjs-windows

react popup window with options like resize, drag and more..

NPM JavaScript Style Guide

Sample

Demo Sample Gif

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