react-popupbox
Version:
A simple lightbox component for react
28 lines (19 loc) • 770 B
Markdown
React Popupbox
===========================
[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/react-popupbox)
A simple lightbox component for react, inspired by [colorbox](https://github.com/jackmoore/colorbox) and [React-Lightbox](https://github.com/howtomakeaturn/React-Lightbox).
See [demo & usage](http://fraina.github.io/react-popupbox/).
## Install
Install via npm:
```
$ npm install react-popupbox
```
## Styles
In order to bring in the styles, import the `css` file:
```
import { PopupboxManager, PopupboxContainer } from 'react-popupbox';
import "react-popupbox/dist/react-popupbox.css"
```
## License
MIT