GitXplorerGitXplorer
W

cally

public
1187 stars
13 forks
13 issues

Commits

List of commits on branch main.
Unverified
cceeaaade794b96efb845251c1b945eb406257a1

0.7.2

WWickyNilliams committed 3 months ago
Unverified
18d346cae6d6b39228271a83171013738a8f2dc8

update changelog

WWickyNilliams committed 3 months ago
Verified
7c59576c8c976a98ade9a730a58bd24358f01f33

Merge pull request #67 from WickyNilliams/bugfix/today

WWickyNilliams committed 3 months ago
Unverified
60e336e98c78483ca33c404a8460f32a5cfe88f4

don't use utc for calculating today

WWickyNilliams committed 3 months ago
Verified
599194fa8aa90911f452648c9f3a97cfaf7794dc

update internal link in `usage` page (#55)

jjosueayala27 committed 7 months ago
Unverified
d329fe2f86191096ee0b245f308b4967484354ea

0.7.1

WWickyNilliams committed 7 months ago

README

The README file for this repository.

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