랭킹으로 돌아가기
Small, feature-rich calendar components
web-componentdatepickerdate-pickerwebcomponentcalendarcalendar-component
주요 지표
스타 성장
스타
1.6k
포크
32
주간 성장
—
이슈
12
5001k1.5k
2022년 2월2022년 10월2023년 7월2024년 4월2025년 1월2025년 10월2026년 7월
아티팩트npm
npm install callyREADME
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
관련 저장소