react-giphy
v0.0.1
Published
A React component displaying awesome gifs from Giphy.com.
Downloads
7
Readme
React Giphy
A React component displaying awesome gifs from Giphy.com.
Installation
npm install --save react-giphy
Demo
Usage
Random Gif
Display a random gif. Surprise!
<ReactGiphy />
Using a tag
Use tags like 'cat' or 'llama'.
<ReactGiphy tag='llama' />
Search for gifs
Just search for aaanything you like.
<ReactGiphy search='game of thrones' />
Development
Install http-server
from npm, run it and go to http://127.0.0.1:8080/
npm install -g http-server
npm run serve
In another tab:
npm run watch