Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 770 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 770 Bytes

React Popupbox

npm npm

A simple lightbox component for react, inspired by colorbox and React-Lightbox.

See demo & usage.

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