An open API service indexing awesome lists of open source software.

https://github.com/wickynilliams/cally

Small, feature-rich calendar components
https://github.com/wickynilliams/cally

calendar calendar-component date-picker datepicker web-component webcomponent

Last synced: 6 months ago
JSON representation

Small, feature-rich calendar components

Awesome Lists containing this project

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

```

### Using the components

```html


```

## Docs

For full documentation, visit: https://wicky.nillia.ms/cally/

## License

MIT