An open API service indexing awesome lists of open source software.

https://github.com/ericadamski/react-gif-search

🕵️‍♀️ A simple bit of react to query giphy.com
https://github.com/ericadamski/react-gif-search

gif gifs giphy react

Last synced: 3 months ago
JSON representation

🕵️‍♀️ A simple bit of react to query giphy.com

Awesome Lists containing this project

README

        

# react-gif-search

🕵️‍♀️ A simple bit of react to query giphy.com

# Usage

[![Edit React Gif Search - Example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/048j8r809l)

```javascript
import React from "react";
import { render } from "react-dom";

import GifSearch from "react-gif-search";

const App = () => (
console.log(`Searching for ${term}.`)}
/>
);

render(, document.getElementById("root"));
```