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]
- Host: GitHub
- URL: https://github.com/19h47/19h47-calendar
- Owner: 19h47
- Created: 2020-04-09T08:36:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T11:10:31.000Z (about 2 years ago)
- Last Synced: 2025-03-17T19:44:37.587Z (2 months ago)
- Topics: date, datepicker, daterange
- Language: HTML
- Homepage: https://19h47.github.io/19h47-calendar/
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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)