Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 620 Bytes

calendar-react

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save calendar-react

Usage

import React, { Component } from 'react'

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

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

License

MIT © vibin-230