Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Calendar component Documentation props https://reactdatepicker.com/
| Name | Description | Default | Control |
|---|---|---|---|
| classNames | - | ||
| label | label calendar stringundefined | "" | |
| disabled | disabled state booleanundefined | false | |
| placeholder | placeholder calendar stringundefined | - | |
| error | error calendar stringundefined | "" | |
| isClearable | clear inputDate booleanundefined | false | |
| minDate | minDate state any | - | |
| maxDate | maxDate state any | - | |
| disabledNavigation | disabledNavigation for past days booleanundefined | - | |
| autoCloseOnSelect | autoCloseOnSelect state -> for always opened calendar cases booleanundefined | - | |
| className | overwrite className stringundefined | - | |
| selectedDate | selectedDate state Dateundefined | new Date() | |
| excludeDates | excludeDates state any | - | |
| includeDates | includeDates state any | - | |
| locale | locale state stringundefined | - | |
| onChange | onChange function callback ((date: Date) => void) | undefined | - | - |