@wails/react-contributors

1.1.3 • Public • Published

react-contributors

Small and simple React component to display a fully responsive list of your project's contributors with info gathered from their GitHub profile.

NPM JavaScript Style Guide

Demo

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

demo

Install

npm install --save react-contributors

Usage

import React, { Component } from "react";

import Contributors from "react-contributors";

// Username of the repo(s) owner.
const owner = "evert-arias";

// Repository name or array with multiple repositories names.
const repos = ["EasyButton", "easybtn.earias.me"];

class App extends Component {
  render() {
    return <Contributors owner={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

/@wails/react-contributors/

    Package Sidebar

    Install

    npm i @wails/react-contributors

    Weekly Downloads

    1

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    27.8 kB

    Total Files

    7

    Last publish

    Collaborators

    • wailsapp
    • tdmclane