Data input

Calendar

Themed inline calendar grid with min/max bounds, disabled dates, and full APG keyboard support.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjCalendarComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground

May 2026

SunMonTueWedThuFriSat
locale
first day
<kj-calendar
  [(kjValue)]="selected"
  kjLocale="en-US"
  [kjFirstDayOfWeek]="0"
/>