UNPKG

react-event-calendar

Version:

React JS component that will display supplied event data within a calendar view of a given month.

9 lines (5 loc) 197 B
import React from 'react'; import ReactDOM from 'react-dom'; import App from './App.jsx'; const app = document.getElementsByClassName('demonstration')[0]; ReactDOM.render(<App />, app);