Calendar
Month and week planning surface for CRM, campaigns and operational schedules with event states and clickable date slots.
TypeScript
import { NeuCalendarComponent } from '@neural-ui/core/calendar';
import type { NeuCalendarEvent } from '@neural-ui/core/calendar';Planning board
Primary month view for pipeline activities, ops milestones and campaign checkpoints.
May 2026
Thursday, May 14
4 eventsWeekly focus
Compressed weekly agenda for teams that need a near-term operational view.
Thursday, May 14
4 eventsCampaign timeline
Another use case with fewer but higher-signal launch and editorial milestones.
May 2026
Tuesday, May 19
1 eventHTML
<neu-calendar
[events]="events()"
view="month"
[selectedDate]="selectedDate()"
[showHeader]="true"
[maxVisibleEvents]="4"
locale="en-US"
[labels]="calendarLabels()"
(dateSelect)="onDateSelect($event)"
(eventClick)="onEventClick($event)"
/>