Skip to content

A Reactjs package that displays a user github followers in a table

Notifications You must be signed in to change notification settings

LogicalOgbonna/github-followers-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Demo Link

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

License

MIT

About

A Reactjs package that displays a user github followers in a table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published