Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Small and simple React Component to display project's contributors

License

NotificationsYou must be signed in to change notification settings

wailsapp/react-contributors

 
 

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.

NPMJavaScript Style Guide

Demo

Live demo:https://evert-arias.github.io/react-contributors/

demo

Install

npm install --save react-contributors

Usage

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

License

MIT ©Evert Arias

About

Small and simple React Component to display project's contributors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript67.2%
  • HTML26.6%
  • CSS6.2%

[8]ページ先頭

©2009-2025 Movatter.jp