A lightweight React component for displaying a graph of Github contributions
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
`Usage
`jsx
import React from "react";
import { GithubContributions } from "react-github-graph"export default function App() {
return (
);
}
``If one of these resources is unavailable, the component will not be able to load and will hide itself