React Github Graph is a lightweight React component that displays Github contributions for a given user.
npm install react-github-graph
or
yarn add react-github-graph
import React from "react";
import { GithubContributions } from "react-github-graph"
export default function App() {
return (
<GithubContributions username="{your username here}" />
);
}
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