Calendar Range api
NbCalendarRangeComponent
Inputs
Name | Type | Description |
boundingMonth | boolean | 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. | |
range | NbCalendarRange<D> | Range which will be rendered as selected. |
showNavigation | boolean | Determines should we show calendars navigation or not. |
size | NbCalendarSize | Size of the calendar and entire components. Can be 'medium' which is default or 'large'. |
startView | NbCalendarViewMode | Defines starting view for the calendar. |
weekNumberSymbol | string | Sets symbol used as a header for week numbers column |
dayCellComponent | Type | Custom day cell component. Have to implement |
monthCellComponent | Type | Custom month cell component. Have to implement |
yearCellComponent | Type | Custom year cell component. Have to implement |
showWeekNumber | boolean | Determines should we show week numbers column. False by default. |
Outputs
Name | Type | Description |
rangeChange | EventEmitter<NbCalendarRange> | Emits range when start selected and emits again when end selected. |
Need some help or found an issue?
Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.