CN
cnocon/react-github-stats-card-v2
React component for a little GitHub Stats card Node package.
React GitHub Stats Card (v2 is for react 17+ and react-dom 17+)
Installation
- Install the package via npm.
npm install react-github-stats-card-v2- Import the component to file you want to use it in.
import { Card } from 'react-github-stats-card-v2';- Place the component on the page.
usernameis a required prop. Example:username="cnocon"themeis an optional prop that defaults to false if not explicitly passed. Exampletheme={true}accessTokenis an optional prop that will raise your rate limit if you start encountering rate limiting errors in your application. ExampleaccessToken="abcdefghijklmnopqrstuv12345678910"
<Card
username=A-GITHUB-USERNAME
theme={true}
accessToken=MY-GITHUB-PERSONAL-ACCESS-TOKEN
/>Using Storybook
- Clone this repository and cd into the root directory:
git clone git@github.com:cnocon/react-github-stats-card-v2.git
cd react-github-stats-card-v2- Run
npm installfrom the project root.
npm install- Run
npm start
npm startOn this page
Languages
JavaScript63.8%SCSS36.2%
Contributors
Latest Release
1.0.5January 15, 2021Created December 30, 2020
Updated September 26, 2025
