github-user-search
v1.0.7
Published
This is a [ReactJs](https://reactjs.org/) package available through the [npm registry](https://www.npmjs.com/).
Downloads
5
Readme
GitHub Users Followers Search Flair.
Installation
This is a ReactJs package available through the npm registry.
$ npm install github-user-search --save
or
$ yarn add github-user-search
Demo
Usage
import ReactDom from "react-dom";
import React from "react";
import GitHubSearch from "github-user-search";
ReactDom.render(<GitHubSearch />, document.getElementById("root"));
Props
| prop | Description | Required | Default | | :--- | :----: | ---: | ---: | | user | username of the user to diplay followers| false | mosh-hamedani | | current | page to start pagination from | false | 1| | pageSize | number of followers to be returned | false | 5|