A simple lightbox component for react, inspired by colorbox and React-Lightbox.
See demo & usage.
Install via npm:
$ npm install react-popupbox
In order to bring in the styles, import the css
file:
import { PopupboxManager, PopupboxContainer } from 'react-popupbox';
import "react-popupbox/dist/react-popupbox.css"
MIT