1.0.3 • Published 1 year ago

@serhatkaya/daypicker-core v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

sk-daypicker

Overview

DayPickerComponent is a custom Stencil component for displaying a day picker. It renders a swiper-based interface for selecting days within a specified range.

1714477478238

Framework Documents

Properties

PropertyAttributeDescriptionTypeDefault
config--Configuration options for the day picker component.DPOptionsundefined
customDate--Custom date range for the day picker component.DPCustomDateundefined
customTemplate--Fires when a custom template function is provided for rendering days.(day: DPDay) => stringundefined
languagelanguagestringundefined
modemodeEnumeration representing different modes for the day picker component.DPMode.CURRENT_MONTH \| DPMode.CUSTOMundefined
quickSwipeEnabledquick-swipe-enabledWhether quick swipe navigation is enabled.booleanundefined
spaceBetweenspace-betweenSpace between slides in the swiper component.numberundefined
startFromTodaystart-from-todayWhether to start displaying days from today.booleanundefined
useDefaultsuse-defaultsWhether to use default options for the day picker component.booleanundefined

Events

EventDescriptionType
initFires when the component is initialized.CustomEvent<any>
nextFires when the next day is set.CustomEvent<DPDay>
selectedFires when a day is selected.CustomEvent<DPDay>

Built with StencilJS

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.0-rc.5

1 year ago

0.0.0-rc.4

1 year ago

0.0.0-rc.2

1 year ago

0.0.0-rc.1

1 year ago