A tiny, light calendar component with virtually no bloat, and for that reason also no options. Soz.
npm install --save little-react-calendar
import React, { Component } from 'react'
import LittleCalendar from 'little-react-calendar'
class LittleCalendar extends Component {
render () {
return (
<LittleCalendar
startDate={date} />
)
}
}
MIT © maddles