GitXplorerGitXplorer
W

cally

public
1187 stars
13 forks
13 issues

Commits

List of commits on branch main.
Unverified
a5ec4fe943e010438bf08bb7d39b81e97a261bca

update changelog

WWickyNilliams committed 7 months ago
Verified
0b74c8f733d25193b546a64211d72bbb6ae161d0

Merge pull request #51 from WickyNilliams/bugfix/improve-pagination

WWickyNilliams committed 7 months ago
Unverified
834c1dd7b37a33f4db432394c53e17877827cc62

improve pagination logic

WWickyNilliams committed 7 months ago
Unverified
5fae7ec7e2cbba62982c3913a80d0da9c52ea851

0.7.0

WWickyNilliams committed 7 months ago
Unverified
fa415a56d736466a2cb4ec086a38fee1206d5dc1

update changelog

WWickyNilliams committed 7 months ago
Verified
61581030e1e89682f7b27463de7ac1ca1d336743

Merge pull request #50 from WickyNilliams/feature/paging

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