Calendar api

Overview
API
Theme
Examples

NbCalendarComponent

Inputs

NameTypeDescription
boundingMonthboolean

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

date

Date which will be rendered as selected.

dayCellComponentType<NbCalendarCell>

Custom day cell component. Have to implement NbCalendarCell interface.

filter

Predicate that decides which cells will be disabled.

max

Maximum available date for selection.

min

Minimum available date for selection.

monthCellComponentType<NbCalendarCell>

Custom month cell component. Have to implement NbCalendarCell interface.

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 calendar.

weekNumberSymbolstring

Sets symbol used as a header for week numbers column

yearCellComponentType<NbCalendarCell>

Custom year cell component. Have to implement NbCalendarCell interface.

showWeekNumberboolean

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

Outputs

NameTypeDescription
dateChangeEventEmitter<D>

Emits date when selected.

Chat UI
Previous page
Calendar Range
Next page

Need some help or found an issue?

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