1.0.7 • Published 8 years ago

react-simple-popup v1.0.7

Weekly downloads
33
License
-
Repository
-
Last release
8 years ago

react-simple-popup

A simple popup component for React.

Installation

$ npm install react-simple-popup --save

Usage

import Popup from 'react-simple-popup'
<Popup visible={this.state.visible} width="40" height="30">
  // Enter Children Here
</Popup>

Properties

Note: Other properties will be passed down to underlying component.

PropDescriptionDefault
visibleThe popup is visible (popped up).boolean
widthWidth of the window.number
heightHeight of the window.number
styleAdditional styling.object
childrenElements within the popup window.object
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago

0.1.0

8 years ago