React gifpicker component



Easy to implement React gifpicker field with searchsuggestions using the Tenor api.
!
alt text
Demo
https://gif-picker.surge.sh
Prerequisite
Request a free api key @ https://tenor.com/gifapi/documentation
Install
npm i gifpicker
or
yarn add gifpicker
Import
import GifPicker from 'gifpicker';
import 'gifpicker/dist/style.css';
Usage
1. add prop apikey
2. add prop function onSelect to capture the chosen gifUrl
console.log(gifUrl)} />