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
- Host: GitHub
- URL: https://github.com/ericadamski/react-gif-search
- Owner: ericadamski
- License: mit
- Created: 2018-03-13T11:43:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T12:33:48.000Z (about 7 years ago)
- Last Synced: 2025-01-06T09:45:29.976Z (5 months ago)
- Topics: gif, gifs, giphy, react
- Language: JavaScript
- Homepage: https://ericadamski.github.io/react-gif-search/
- Size: 1.56 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-gif-search
🕵️♀️ A simple bit of react to query giphy.com
# Usage
[](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"));
```