Skip to main content
NeuralUIv1.14.3New
GitHub
Component

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';

Primary month view for pipeline activities, ops milestones and campaign checkpoints.

May 2026

Mon
Tue
Wed
Thu
Fri
Sat
Sun

Thursday, May 14

4 events

Compressed weekly agenda for teams that need a near-term operational view.

Mon
Tue
Wed
Thu
Fri
Sat
Sun

No events

No events

No events

No events

No events

Thursday, May 14

4 events

Another use case with fewer but higher-signal launch and editorial milestones.

May 2026

Mon
Tue
Wed
Thu
Fri
Sat
Sun

Tuesday, May 19

1 event
HTML
<neu-calendar
  [events]="events()"
  view="month"
  [selectedDate]="selectedDate()"
  [showHeader]="true"
  [maxVisibleEvents]="4"
  locale="en-US"
  [labels]="calendarLabels()"
  (dateSelect)="onDateSelect($event)"
  (eventClick)="onEventClick($event)"
/>