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.
The prop date is the default date for the component. If there is a selected date, you can press the left, right, up, and down key on the keyboard to move the selected date in the calendar. Insert the showToday prop true to show the button clicked can automatically select today.
Name | Description | Default | Control |
---|---|---|---|
date* | stringDatenull | - | |
onSelect* | (date: Date | null) => void | - | - |
showToday | boolean | false | |
DatePickerClassName | string | - | |
MonthPickerClassName | string | - | |
YearPickerClassName | string | - |