1.8.0 • Published 2 years ago
react-github-graph v1.8.0
react-github-graph
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
1.6.4
2 years ago
1.6.3
2 years ago
1.8.0
2 years ago
1.6.2
2 years ago
1.7.0
2 years ago
1.6.8
2 years ago
1.6.7
2 years ago
1.6.6
2 years ago
1.6.5
2 years ago
1.5.3
3 years ago
1.6.1
3 years ago
1.6.0
3 years ago
1.5.2
3 years ago
1.5.1
3 years ago
1.5.0
3 years ago
1.4.0
3 years ago
1.4.0-0
3 years ago
1.3.0
4 years ago
1.2.3
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.10
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago