github-calendar wrapper component for react
yarn add @axetroy/react-github-calendar
import React, { Component } from 'react'; import ReactGithubCalendar from '@axetroy/react-github-calendar'; class App extends Component { render() { return ( <div> hello world <ReactGithubCalendar name="axetroy" /> </div> ); } }
- name: string
Github name
git clone https://github.com/axetroy/react-github-calendar.git yarn yarn start
The MIT License