GitHub Users Followers Search Flair.
This is a ReactJs package available through the npm registry.
$ npm install github-user-search --save
or
$ yarn add github-user-search
import ReactDom from "react-dom";
import React from "react";
import GitHubSearch from "github-user-search";
ReactDom.render(<GitHubSearch />, document.getElementById("root"));
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 |