cally
TypeScript icon, indicating that this package has built-in type declarations

0.5.3 • Public • Published

Cally

Small, feature-rich calendar components

  • Small bundle size - less than 8.5kb min/gzip
  • Full feature set - single 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

/cally/

    Package Sidebar

    Install

    npm i cally

    Weekly Downloads

    509

    Version

    0.5.3

    License

    MIT

    Unpacked Size

    49.8 kB

    Total Files

    5

    Last publish

    Collaborators

    • wickynilliams