Calendar api
NbCalendarComponent
Inputs
| Name | Type | Description |
| boundingMonth | boolean | Defines if we should render previous and next months in the current month view. |
| date | Date which will be rendered as selected. | |
| dayCellComponent | Type<NbCalendarCell> | Custom day cell component. Have to implement |
| filter | Predicate that decides which cells will be disabled. | |
| max | Maximum available date for selection. | |
| min | Minimum available date for selection. | |
| monthCellComponent | Type<NbCalendarCell> | Custom month cell component. Have to implement |
| 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 calendar. |
| weekNumberSymbol | string | Sets symbol used as a header for week numbers column |
| yearCellComponent | Type<NbCalendarCell> | Custom year cell component. Have to implement |
| showWeekNumber | boolean | Determines should we show week numbers column. False by default. |
Outputs
| Name | Type | Description |
| dateChange | EventEmitter<D> | Emits date when selected. |
Need some help or found an issue?
Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.
