2.0.0 • Published 7 years ago

@axetroy/react-github-calendar v2.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

react-github-calendar

Greenkeeper badge

github-calendar wrapper component for react

Install

yarn add @axetroy/react-github-calendar

Usage

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>
    );
  }
}

Props

  • name: string

Github name

Run the Demo

git clone https://github.com/axetroy/react-github-calendar.git
yarn
yarn start

License

The MIT License

2.0.0

7 years ago

1.0.0

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago