A package made with React and Material UI to see, edit, insert and delete events just like Google Calendar View
npm install --save react-scheduler
import React, { Component } from 'react'
import MyComponent from 'react-scheduler'
import 'react-scheduler/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © anish-work