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
- Host: GitHub
- URL: https://github.com/axetroy/react-github-calendar
- Owner: axetroy
- License: mit
- Created: 2017-05-04T07:43:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T13:32:53.000Z (about 7 years ago)
- Last Synced: 2025-03-21T07:11:11.774Z (about 1 year ago)
- Topics: github-calendar, react, react-component
- Language: JavaScript
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-github-calendar
[](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)