0.0.2-void • Published 2 years ago

@teyostudios/react-calendar v0.0.2-void

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

calendar-react

calendar for react

NPM JavaScript Style Guide

Install

npm install --save react-calendar

Usage

import React, { Component } from 'react'

import ReactCalendar from 'react-calendar'
import 'react-calendar/dist/index.css'

class Example extends Component {
  render() {
    return <ReactCalendar />
  }
}

License

MIT © ElionTDA

0.0.2-void

2 years ago

0.0.1-void

2 years ago