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

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

Awesome Lists containing this project

README

          


Giphy Logo
React Logo

React GIPHY


React components for GIPHY


```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"`)