react-availability-picker
v1.0.0
Published
A calendar availability picker
Downloads
7
Readme
react-availability-picker
A calander abailability picker
Install
npm install --save react-availability-picker
Usage
For the date and time bounds of the picker, one of two methods can be used, either start-end date mode where you specify a first date and last date as well as the start and end times for the date range
In start-end-
import React, { Component } from 'react'
import AvailabilityPicker from 'react-availability-picker'
class Index extends Component {
render () {
return (
<AvailabilityPicker start />
)
}
}
License
GPL-3.0 © BrennanMcDonald