0.2.7 • Published 8 years ago

h2io-modal v0.2.7

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

h2io Modal

Modal Component for React by H2io

Usage

<Modal
  animate
  width="500px"
  height="350px"
  cleanup={fn} >

  <YourContentHere />

</Modal>

Note: The cleanup prop is used to clean up any state changes made in the parent. The Modal will not unmount itself if you don't do anything about it.

Examples

To build the examples run npm run build-examples and open up their respective index.html.

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago