No Preview

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.

VueKoyomiPicker

NameDescriptionDefaultControl
to
Specifies the maximum date and time that can be selected; the picker will not be able to select any later date and time.
-
-
from
Specifies the minimum date and time that can be selected; the picker will not be able to select earlier dates and times.
-
-
onlyDate
Hide Time Picker and enabled Date Picker only.
-
-
disabledDates
Specify dates to disable.
-
-
disabledDays
Specify days of the week to disable.
-
-
disabledHours
Specify hours to disable.
-
-
stepMinutes
Specify the number of minute steps.
-
-
props
defaultDate
Specify the date and time that is selected when the picker is opened.
unknown
() => new Date()
format
Specifies the format of the string.
See format in date-fns documentation.
unknown
'yyyy/MM/dd HH:mm'
firstDay
Specify the first day of the week.
It is not linked to dayNames and needs to be reordered accordingly.
unknown
0
dayNames
Specify the name of the day of the week to be displayed in the calendar.
It is not linked to firstDay and needs to be reordered accordingly.
unknown
() => ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
phrases
Specify phrases to be used for buttons, etc.
unknown
() => ({ today: 'Today', lastMonth: 'Last month', followingMonth: 'Following month', ok: 'OK' })
teleportTo
Specifies the teleport destination.
See Vue3 documentation for teleport .
unknown
'body'
events
update:modelValue
-
slots
activator
unknown
-

Stories

Range

Only Date

Disabled Dates

Disabled Days

Disabled Hours

Step Minutes

Custom Days

Custom Phrases