reactjs-windows
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i reactjs-windows

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

60.5 kB

Total Files

11

Last publish

Collaborators

  • yehudak