react-github-graph
TypeScript icon, indicating that this package has built-in type declarations

1.8.0 • Public • Published

react-github-graph

React Github Graph Sample

Purpose

React Github Graph is a lightweight React component that displays Github contributions for a given user.

Installation

npm install react-github-graph

or

yarn add react-github-graph

Usage

import React from "react";
import { GithubContributions } from "react-github-graph"

export default function App() {
  return (
    <GithubContributions username="{your username here}" />
  );
}

Notes

Currently depends on the following resources:

If one of these resources is unavailable, the component will not be able to load and will hide itself

/react-github-graph/

    Package Sidebar

    Install

    npm i react-github-graph

    Weekly Downloads

    15

    Version

    1.8.0

    License

    MIT

    Unpacked Size

    4.08 MB

    Total Files

    18

    Last publish

    Collaborators

    • kkarpack