Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

YehudaKremer/reactjs-windows

Repository files navigation

reactjs-windows

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

NPM JavaScript Style Guide

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published