Skip to content

Easy to implement react-gifpicker-component with searchsuggestions using the Tenor-api

Notifications You must be signed in to change notification settings

verhulstd/gifpicker

Repository files navigation

React gifpicker component

npm npm codecov

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

    <GifPicker apikey="XXXXXXXXX" onSelect={gifUrl => console.log(gifUrl)} />

About

Easy to implement react-gifpicker-component with searchsuggestions using the Tenor-api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published