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.
| Name | Description | Default |
|---|---|---|
| size | Union<number | string> | "25" |
| placeholder | string | "'YYYY-MM-DD'" |
| format | string | "'YYYY-MM-DD'" |
| onDateChange | func | "() => {}" |
| className | string | - |
| name | string | - |
| label | string | - |
| defaultValue | Union<instanceOf("Date") | string> | - |
| disabled | bool | - |
| fromMonth | instanceOf("Date") | - |
| toMonth | instanceOf("Date") | - |
| renderDay | func | - |
| disabledDays | Union<array | object> | - |
| error | string | - |
| hint | string | - |
| required | bool | - |