forked fromevert-arias/react-contributors
- Notifications
You must be signed in to change notification settings - Fork0
Small and simple React Component to display project's contributors
License
NotificationsYou must be signed in to change notification settings
wailsapp/react-contributors
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Small and simple React component to display a fully responsive list of your project's contributors with info gathered from their GitHub profile.
Live demo:https://evert-arias.github.io/react-contributors/
npm install --save react-contributors
importReact,{Component}from"react";importContributorsfrom"react-contributors";// Username of the repo(s) owner.constowner="evert-arias";// Repository name or array with multiple repositories names.constrepos=["EasyButton","easybtn.earias.me"];classAppextendsComponent{render(){return<Contributorsowner={owner}repo={repos}/>;}}
You must pass the following two props to the component:
owner: Username of the repo(s) owner.
repo: Repository name or array with multiple repositories names
MIT ©Evert Arias
About
Small and simple React Component to display project's contributors
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Languages
- JavaScript67.2%
- HTML26.6%
- CSS6.2%
