An open API service indexing awesome lists of open source software.

https://github.com/axetroy/react-github-calendar

github-calendar wrapper component for react
https://github.com/axetroy/react-github-calendar

github-calendar react react-component

Last synced: about 1 year ago
JSON representation

github-calendar wrapper component for react

Awesome Lists containing this project

README

          

# react-github-calendar

[![Greenkeeper badge](https://badges.greenkeeper.io/axetroy/react-github-calendar.svg)](https://greenkeeper.io/)

[github-calendar](https://github.com/IonicaBizau/github-calendar) wrapper component for react

## Install

```bash
yarn add @axetroy/react-github-calendar
```

## Usage

```jsx harmony
import React, { Component } from 'react';
import ReactGithubCalendar from '@axetroy/react-github-calendar';

class App extends Component {
render() {
return (


hello world


);
}
}
```

## Props

- name: string

> Github name

## Run the Demo

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

### License

The [MIT License](https://github.com/axetroy/react-github-calendar/blob/master/LICENSE)