Calendar
This is a date picker to provide a simple way to select a value from the calendar form. This has Formik baked into it for ease of use.
Examples
Modal
<ModalContainer isOpen={true} />
Calendar - static
<StaticCalendar name="calendar" start={dayjs().add(0, 'days')} availableDays={dayjs().add(2, 'days').toDate()} />