https://github.com/iddan/react-giphy
React components for GIPHY
https://github.com/iddan/react-giphy
bindings gif giphy react web
Last synced: 7 months ago
JSON representation
React components for GIPHY
- Host: GitHub
- URL: https://github.com/iddan/react-giphy
- Owner: iddan
- License: mit
- Created: 2018-01-21T11:15:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T23:24:28.000Z (about 7 years ago)
- Last Synced: 2025-02-24T21:53:34.240Z (7 months ago)
- Topics: bindings, gif, giphy, react, web
- Language: JavaScript
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
```bash
npm install @iddan/react-giphy
# or yarn add @iddan/react-giphy
```### Features
- Typed
- Components match the API endpoints### Usage
```javascript
import * as Giphy from '@iddan/react-giphy';
```### Components
#### ``
##### props
- apiKey - `string` (required)
- searchTerm - `number` (required)
- size - `"fixed_height" | "fixed_height_still" | "fixed_height_downsampled" | "fixed_width" | "fixed_width_still" | "fixed_width_downsampled" | "fixed_height_small" | "fixed_height_small_still" | "fixed_width_small" | "fixed_width_small_still" | "downsized_still" | "downsized_large" | "downsized_medium" | "downsized_small"` (defaults to `"fixed_height"`)