Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskocik/svelty-picker
Simple date & time picker in svelte
https://github.com/mskocik/svelty-picker
datepicker datetime datetimepicker svelte timepicker
Last synced: about 21 hours ago
JSON representation
Simple date & time picker in svelte
- Host: GitHub
- URL: https://github.com/mskocik/svelty-picker
- Owner: mskocik
- Created: 2021-04-19T14:02:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T03:56:04.000Z (7 months ago)
- Last Synced: 2024-10-11T19:49:04.276Z (3 months ago)
- Topics: datepicker, datetime, datetimepicker, svelte, timepicker
- Language: Svelte
- Homepage: https://mskocik.github.io/svelty-picker/
- Size: 7.54 MB
- Stars: 199
- Watchers: 2
- Forks: 45
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 📅 Svelty Picker [![NPM version](https://img.shields.io/npm/v/svelty-picker.svg?style=flat)](https://www.npmjs.org/package/svelty-picker)
Simple date & time picker implemented in svelte.
Features:
- date/time/datetime/range picker mode
- various formatting options
- keyboard navigation
- replacable slots
- themable
- customizable disabled dates## ⚙️ Install
```js
npm install svelty-picker
```If you need svelte 4 version:
```js
npm install svelty-picker@5
```### Documentation
For more details check the [documentation](https://svelty-picker.vercel.app/)
## 🏆 Thanks to:
- [Bootstrap datepicker](https://github.com/smalot/bootstrap-datetimepicker/blob/master/js/bootstrap-datetimepicker.js) for some internal date and format handling
## Licence
MIT