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

https://github.com/19h47/19h47-calendar

🗓[WIP]
https://github.com/19h47/19h47-calendar

date datepicker daterange

Last synced: about 2 months ago
JSON representation

🗓[WIP]

Awesome Lists containing this project

README

        

# @19h47/calendar

## Installation

```
yarn add @19h47/calendar
```

## Usage

## Options

| Option | Type | Default | Description |
| -------- | ------- | ------- | ---------------------------------------------------------------- |
| single | Boolean | true | Choose a single date instead of a date range. |
| firstDay | Number | 0 | Day of start week. (0 - Sunday, 1 - Monday, 2 - Tuesday, etc...) |
| deselect | Boolean | false | In single mode, does date is deselectable? |

## Example

An example is located right [here](https://19h47.github.io/19h47-calendar/), see [sources](/docs/index.html).

## Acknowledgments

- [Litepicker](https://github.com/wakirin/Litepicker)