1.0.5 • Published 5 years ago

react-window-modal v1.0.5

Weekly downloads
14
License
ISC
Repository
github
Last release
5 years ago

react-window-modal Build Status npm version

Features

  • Supports TypeScript
  • Highly tested
  • Movable
  • Resizable
  • Titles (with icons)
  • Minimize
  • Close
  • Scrollable
  • Customizable style (override styles with classnames, may have to use !important)
  • Many options!

Setup

npm install react-window-modal

then

const WindowModal = require("react-window-modal");

or

import WindowModal from "react-window-modal";

Usage

render() {
    return <WindowModal>contents</WindowModal>
}

Props

* All props are optional

NameTypeDescription
titlestringThe title for the window
iconIWindowIconAn icon to use for the window
posIPointThe starting position for the window
sizeIPointThe starting size for the (must be greater than 200!)
resizablebooleanIf false, the window cannot be resized by the user
movablebooleanIf false, the window cannot be moved by the user
compactbooleanIf true, the style for the window's title bar will have less spacing
hideClosebooleanIf true, no close button will be added to the window
hideMinimizebooleanIf true, no minimize button will be added to the window

Events

NameTypeDescription
onCloseFunctionCalled when the window is closed
onMinimizeFunctionCalled when the window is minimized
onUnminimizeFunctionCalled when the window is unminimized
onResizeFunctionCalled when the window is resized
onMoveFunctionCalled when the window is moved
onFocusFunctionCalled when the window is focused
onBlurFunctionCalled when the window is blurred
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago