Skip to content

WickyNilliams/cally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38e6a7b · Apr 1, 2025
Apr 18, 2024
Apr 1, 2025
Mar 31, 2025
Mar 21, 2024
Mar 21, 2024
Feb 16, 2025
Mar 21, 2024
Apr 1, 2025
Feb 8, 2025
Mar 31, 2025
Mar 31, 2025
Mar 31, 2025
Mar 25, 2024
Feb 8, 2025

Repository files navigation

Cally

Small, feature-rich calendar components

  • Small bundle size - less than 9KB min/gzip
  • Full feature set - single dates, multiple dates, ranges, display multiple months
  • HTML-friendly - easy to author, framework-independent
  • Minimal dependencies - just one
  • Accessible - keyboard and screen reader
  • Localizable - Intl.DateTimeFormat, CSS logical properties, RTL support
  • Themeable - CSS parts and custom properties to offer flexibility and power
  • Composable - impose no DOM specific structure, play well with others

Installation

npm install cally

Usage

Via module

import "cally";

Via CDN

<script type="module" src="https://unpkg.com/cally"></script>

Using the components

<calendar-range months="2">
  <calendar-month></calendar-month>
  <calendar-month offset="1"></calendar-month>
</calendar-range>

Docs

For full documentation, visit: https://wicky.nillia.ms/cally/

License

MIT