1.0.2 • Published 7 years ago

rc-overlay v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Overlay Component

Overlay component for react.

Overlay is rendered to cover positioned element (css position not static)

Story book

Usage

<Overlay
  show={this.state.overlay}
  style={{zIndex: 99, backgroundColor: 'rgba(0,0,0,0.2)'}}
  delay={200}/>

Props

nametypedefaultdescription
showbooleanfalseshow the overlay if true
deplaynumber0delay in milisecond for show element

You can also have className and style applied to underneath overlay element.

License

MIT

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago