Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Features and Fixes #3

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
140d27e
Added infinite loader
arjunkomath Jun 12, 2018
9faa23c
Add placeholder colours
arjunkomath Jun 13, 2018
9042c5b
Update screenshot
arjunkomath Jun 13, 2018
c9db021
Update README.md
arjunkomath Jun 13, 2018
5dffcfc
Update README.md
arjunkomath Jun 13, 2018
1ca23be
Clean Up & Update test
arjunkomath Jun 13, 2018
0964b8b
Add circleci config
arjunkomath Jun 13, 2018
3fbea13
Update circleci node version
arjunkomath Jun 13, 2018
0fc6027
Update dependancies
arjunkomath Jun 13, 2018
1732dfc
Fix test
arjunkomath Jun 13, 2018
5802964
Use webpack for building the library
arjunkomath Jun 14, 2018
051713c
Fix styles
arjunkomath Jun 14, 2018
5cffc5c
Fix className for wrapper
arjunkomath Jun 14, 2018
e7c1dba
Remove class names
arjunkomath Jun 14, 2018
f1d1d8e
Build code
arjunkomath Jun 14, 2018
b341189
Add giphy-picker class name
arjunkomath Jun 14, 2018
e94fd8c
Fix incorrect search response
arjunkomath Jun 14, 2018
8e70521
Fix life issues
arjunkomath Jun 14, 2018
35abba3
More code cleanup
arjunkomath Jun 14, 2018
a6f9fa5
Update infinite scroll threshold value
arjunkomath Jun 18, 2018
164b1cc
Publish to npm
arjunkomath Jun 22, 2018
62360cc
Bump version
arjunkomath Jun 22, 2018
07b2773
Merge pull request #1 from arjunkomath/npm
arjunkomath Jun 25, 2018
be65336
Merge to master and deploy to npm
arjunkomath Jun 25, 2018
1bf7d09
Change styled component to version 3.0.2
arjunkomath Aug 2, 2018
2b7ca99
Update design
arjunkomath Aug 20, 2018
74a56ba
Fix React warning
arjunkomath Aug 20, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Publish to npm
Signed-off-by: Arjun Komath <arjunkomath@gmail.com>
arjunkomath committed Jun 22, 2018
commit 164b1cc743397193fa9df1c8db2d64b7ae682184
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# React GIPHY Picker
# React GIPHY Component
A simple gif picker component for React using GIPHY API

[![npm version](https://badge.fury.io/js/react-giphy-picker.svg)](https://badge.fury.io/js/react-giphy-picker)
[![npm version](https://badge.fury.io/js/react-giphy-component.svg)](https://badge.fury.io/js/react-giphy-component)

![](https://github.com/arjunkomath/react-giphy-picker/blob/master/example/screenshot.gif?raw=true)

## Install

NPM -
`npm install react-giphy-picker --save`
`npm i react-giphy-component --save`

Yarn -
`yarn add react-giphy-picker`
`yarn add react-giphy-component`

## Usage basic

```jsx
import Picker from 'react-giphy-picker'
import Picker from 'react-giphy-component'
import ReactDOM from 'react-dom'
import React, { Component, PropTypes } from 'react'

@@ -87,8 +87,4 @@ npm install
npm run build
npm test
npm start
```

## License

[MIT](http://isekivacenz.mit-license.org/)
```
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-giphy-picker",
"name": "react-giphy-component",
"version": "1.0.0",
"description": "A react gif picker using giphy API",
"description": "A react gif picker component using giphy API",
"main": "lib/Picker.js",
"author": "Steven Iseki <stevenisekimartin@gmail.com>",
"author": "Arjun Komath <arjunkomath@gmail.com>",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"example": "webpack --config ./example/webpack.config.js",
@@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/StevenIseki/react-giphy-picker.git"
"url": "https://github.com/arjunkomath/react-giphy-picker"
},
"license": "MIT",
"peerDependencies": {