# cally

> small, feature-rich calendar components

Latest version **0.9.2** (published 2026-02-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install cally
pnpm add cally
yarn add cally
bun add cally
```

## Health

**Score 70/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; has provenance; high maintenance score; high quality score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.9.2 |
| Published | 2026-02-05 |
| First published | 2024-03-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 1 |
| Unpacked size | 47 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 1642 |
| Maintainers | wickynilliams |

## Links

- npm: https://www.npmjs.com/package/cally
- Repository: https://github.com/WickyNilliams/cally
- Homepage: https://github.com/WickyNilliams/cally#readme
- Issues: https://github.com/WickyNilliams/cally/issues
- npm.io page: https://npm.io/package/cally

## Dependencies (1)

- [atomico](https://npm.io/package/atomico.md) ^1.79.2

## Recent versions

- 0.9.2 (latest) — 2026-02-05
- 0.9.1 — 2026-01-29
- 0.9.0 — 2025-12-15
- 0.8.0 — 2025-02-08
- 0.7.2 — 2024-11-01
- 0.7.1 — 2024-06-05
- 0.7.0 — 2024-06-04
- 0.6.1 — 2024-05-23
- 0.6.0 — 2024-05-10
- 0.5.3 — 2024-04-25
- 0.5.2 — 2024-04-22
- 0.5.1 — 2024-04-20
- 0.5.0 — 2024-04-18
- 0.4.3 — 2024-04-05
- 0.4.2 — 2024-04-04
- … 4 more at https://npm.io/package/cally/versions

## README

# 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

```bash
npm install cally
```

## Usage

### Via module

```js
import "cally";
```

### Via CDN

```html
<script type="module" src="https://unpkg.com/cally"></script>
```

### Using the components

```html
<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

---
_Source: https://npm.io/package/cally · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
