Fancybox
COMPONENT DESCRIPTION GOES HERE
Installation
The easiest way to use react-fancybox is to install it from NPM and include it in your own React build process (using Browserify, Webpack, etc).
You can also use the standalone build by including dist/react-fancybox.js
in your page. If you use this, make sure you have already included React, and it is available as a global variable.
npm install react-fancybox --save
Usage
EXPLAIN USAGE HERE
import Fancybox from 'react-fancybox';
<ReactFancybox imageUrl={message.body}/>
Properties
Notes
ADDITIONAL USAGE NOTES
License
PUT LICENSE HERE
Copyright (c) 2017 Giang Le.