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