Calendar Range api

Overview
API
Theme
Examples

NbCalendarRangeComponent

Inputs

NameTypeDescription
boundingMonthboolean

Defines if we should render previous and next months in the current month view.

filter

A predicate that decides which cells will be disabled.

max

A maximum available date for selection.

min

A minimum available date for selection.

rangeNbCalendarRange<D>

Range which will be rendered as selected.

showNavigationboolean

Determines should we show calendars navigation or not.

sizeNbCalendarSize

Size of the calendar and entire components. Can be 'medium' which is default or 'large'.

startViewNbCalendarViewMode

Defines starting view for the calendar.

weekNumberSymbolstring

Sets symbol used as a header for week numbers column

dayCellComponentType

Custom day cell component. Have to implement NbCalendarCell interface.

monthCellComponentType

Custom month cell component. Have to implement NbCalendarCell interface.

yearCellComponentType

Custom year cell component. Have to implement NbCalendarCell interface.

showWeekNumberboolean

Determines should we show week numbers column. False by default.

Outputs

NameTypeDescription
rangeChangeEventEmitter<NbCalendarRange>

Emits range when start selected and emits again when end selected.

Calendar
Previous page
Calendar Kit
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.