Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Calendar

import { AXCalendarModule } from '@acorex/components/calendar'; Calendar component enables users to view and interact with dates in a structured format. It includes features such as date selection, event management, and navigation between months or years, making it easier to schedule, track, and organize events or appointments.

Overview

In this section, you can test different options of this component and see the output in real time
Sun
Mon
Tue
Wed
Thu
Fri
Sat
Georgian
  • Formatted string: 2025/03/18
  • Date value: Tue Mar 18 2025 12:27:01 GMT+0000 (Coordinated Universal Time)

Usage

A simple example of using ax-calendar
Preview
Code

Type

You can choose calendar type like jalali or georgian
Preview
Code

Depth

With depth property you can set view of calendar, like day, month and year
Preview
Code

Disabled Dates

With disabledDates property you can disabled some dates.
Preview
Code

Range

With ax-calendar-range user can select range of date in multiple views.
Preview
Code

Config Calendar

You can set the calendar config globally
app.config.ts

Holiday Loader

Using the holiday loader, you can specify the calendar holidays in a special way
app.config.ts
app.loader.ts

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-calendar-bg-colorN/ABackground color of the calendar.
--ax-comp-calendar-text-colorvar(--ax-sys-color-on-lightest-surface)Text color of the calendar. Uses the system's text color.
--ax-comp-calendar-font-size0.875remFont size for the calendar text.
--ax-comp-calendar-line-height1.25remLine height for the calendar text.
--ax-comp-calendar-view-header-padding0.5remPadding of the calendar view header.
--ax-comp-calendar-view-header-border-colorvar(--ax-sys-color-border-lightest-surface)Border color of the calendar view header. Uses the system's border color.
--ax-comp-calendar-view-header-border-width1pxBorder width of the calendar view header.
--ax-comp-calendar-header-padding-t0.25remTop padding of the calendar header.
--ax-comp-calendar-header-padding-x0.25remHorizontal padding of the calendar header.
--ax-comp-calendar-week-padding-x0.5remHorizontal padding of the calendar week.
--ax-comp-calendar-week-padding-t0.75remTop padding of the calendar week.
--ax-comp-calendar-slot-border-radiusvar(--ax-sys-border-radius)Border radius of the calendar slots. Uses the system's border radius.
--ax-comp-calendar-slot-text-colorvar(--ax-sys-color-on-lightest-surface)Text color for calendar slots (days). Uses the system's text color.
--ax-comp-calendar-slot-ripple-colorvar(--ax-sys-color-primary-light-surface), 0.3Ripple effect color for slot interactions. Uses the primary color with 30% opacity.
--ax-comp-calendar-slot-today-text-colorvar(--ax-sys-color-primary-surface)Text color for the 'today' slot. Uses the primary color.
--ax-comp-calendar-slot-today-border-colorvar(--ax-sys-color-primary-surface)Border color for the 'today' slot. Uses the primary color.
--ax-comp-calendar-slot-today-border-width1pxBorder width of the 'today' slot.
--ax-comp-calendar-slot-hover-bg-colorvar(--ax-sys-color-primary-surface)Background color for hovered slots. Uses the primary color.
--ax-comp-calendar-slot-hover-text-colorvar(--ax-sys-color-on-primary-surface)Text color for hovered slots. Uses the primary text color.
--ax-comp-calendar-slot-focused-border-colorvar(--ax-sys-color-border-lightest-surface)Border color for focused slots. Uses the system's border color.
--ax-comp-calendar-slot-focused-border-width1pxBorder width of focused calendar slots.
--ax-comp-calendar-slot-focused-outline-colorvar(--ax-sys-color-primary-surface)Outline color for focused slots. Uses the primary color.
--ax-comp-calendar-slot-focused-outline-width2pxOutline width of focused calendar slots.
--ax-comp-calendar-slot-selected-bg-colorvar(--ax-sys-color-primary-surface)Background color for selected slots. Uses the primary color.
--ax-comp-calendar-slot-selected-text-colorvar(--ax-sys-color-on-primary-surface)Text color for selected slots. Uses the primary text color.
--ax-comp-calendar-slot-disabled-opacity0.5Opacity of disabled slots (0 = transparent, 1 = opaque).
--ax-comp-calendar-slot-readonly-opacity0.75Opacity of readonly slots (0 = transparent, 1 = opaque).
--ax-comp-calendar-slot-holiday-text-colorvar(--ax-sys-color-danger-surface)Text color for holiday slots. Uses the danger color.
--ax-comp-calendar-slot-holiday-ripple-colorvar(--ax-sys-color-danger-light-surface), 0.3Ripple effect color for holiday slot interactions. Uses the danger color with 30% opacity.
--ax-comp-calendar-slot-holiday-today-border-colorvar(--ax-sys-color-danger-surface)Border color for today holiday slot. Uses the danger color.
--ax-comp-calendar-slot-holiday-hover-bg-colorvar(--ax-sys-color-danger-surface)Background color for hovered holiday slots. Uses the danger color.
--ax-comp-calendar-slot-holiday-hover-border-colorvar(--ax-sys-color-danger-surface)Border color for hovered holiday slots. Uses the danger color.
--ax-comp-calendar-slot-holiday-selected-bg-colorvar(--ax-sys-color-danger-surface)Background color for selected holiday slots. Uses the danger color.
--ax-comp-calendar-slot-holiday-selected-text-colorvar(--ax-sys-color-on-danger-surface)Text color for selected holiday slots. Uses the danger text color.
--ax-comp-calendar-slot-range-text-colorvar(--ax-sys-color-on-primary-surface)Text color for slots within a selected date range. Uses the primary text color.
--ax-comp-calendar-slot-range-between-bg-colorvar(--ax-sys-color-primary-surface), 0.5Background color for slots between range start/end. Uses the primary color with 50% opacity.
--ax-comp-calendar-slot-range-start-end-bg-colorvar(--ax-sys-color-primary-surface)Background color for the start/end slots of a range. Uses the primary color.
--ax-comp-calendar-footer-margin-t1.25remTop margin of the calendar footer.
--ax-comp-calendar-footer-today-button-heightvar(--ax-sys-size-base)Height of the 'today' button in the footer. Uses the system's base size.
--ax-comp-calendar-footer-today-button-bg-colorvar(--ax-sys-color-primary-surface)Background color of the 'today' button. Uses the primary color.
--ax-comp-calendar-footer-today-button-border-radiusvar(--ax-sys-border-radius)Border radius of the 'today' button. Uses the system's border radius.
--ax-comp-calendar-footer-today-button-text-colorvar(--ax-sys-color-on-primary-surface))Text color of the 'today' button. Uses the primary text color.
--ax-comp-calendar-footer-today-button-hover-bg-colorvar(--ax-sys-color-primary-dark-surface)Background color of the 'today' button on hover. Uses a darker primary color.
--ax-comp-calendar-footer-today-button-focused-outline-colorvar(--ax-sys-color-primary-surface), 1Outline color of the 'today' button on focus. Uses the primary color.
--ax-comp-calendar-footer-today-button-padding-x1remHorizontal padding of the 'today' button.

Props

typestringgeorgianSpecifies the type of the calendar.
readonlybooleanfalseDetermines whether the calendar is read-only.
disabledbooleanfalseDisables the calendar.
rtlboolean-Indicates whether the calendar should be displayed in right-to-left mode.
value--Sets the value of the calendar.
name--Sets the name of the calendar.
depth AXCalendarViewDepthdaySpecifies the depth of the calendar view.
activeViewAXCalendarViewTypedaySpecifies the active view of the calendar.
minValueDate-Sets the minimum value for the calendar.
maxValueDate-Sets the maximum value for the calendar.
disabledDatesAXCalendarDisabledDates-Specifies the dates that are disabled in the calendar.
holidayDatesAXCalendarHolidayDates-Specifies the holiday dates in the calendar
cellTemplateTemplateRef-Sets the custom template for calendar cells.
cellClassAXCalendarCellCssClassfalseSpecifies the CSS class for calendar cells.
showNavigationbooleantrueDetermines whether navigation is shown in the calendar.
countnumber1Specifies the count of months to be displayed in the calendar.
idstring-Sets the ID of the calendar.

Methods

onOptionChanged

AXOptionChangedEvent

Specifies the function to be called when an option in the calendar changes.
onBlur

AXFocusEvent

Specifies the function to be called when the calendar loses focus.
onFocus

AXFocusEvent

Specifies the function to be called when the button gains focus.
valueChange

Date

Specifies the function to be called when the value of the calendar changes.
minValueChange

Date

Specifies the function to be called when the minimum value of the calendar changes.
maxValueChange

Date

Specifies the function to be called when the maximum value of the calendar changes.
depthChange

AXCalendarViewDepth

Specifies the function to be called when the view depth of the calendar changes.
typeChange

string

Specifies the function to be called when the type of the calendar changes.
activeViewChange

AXCalendarViewType

Specifies the function to be called when the active view of the calendar changes.
disabledDatesChange

AXCalendarDisabledDates

Specifies the function to be called when the disabled dates of the calendar change.
holidayDatesChange

AXCalendarHolidayDates

Specifies the function to be called when the holiday dates of the calendar change.
onNavigate

AXCalendarNavigateEvent

Specifies the function to be called when navigation occurs in the calendar.
onSlotClick

AXCalendarSlotClick

Specifies the function to be called when a slot in the calendar is clicked.
countChange

-

Specifies the function to be called when the count of displayed months in the calendar changes.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page