- Notifications
You must be signed in to change notification settings - Fork88
A lightweight datepicker with neat animations and a unique UX.
License
NotificationsYou must be signed in to change notification settings
6eDesign/svelte-calendar
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A small date picker built with Svelte 3. Demo available here:view docs and examples.
npm i -D svelte-calendar
- Day, Month & Year pickers
- Responsive
- Keyboard, touch, and scroll support
- Inline & Picker modes
- Virtual/infinite grid for animation performance
- Store-driven and extensible
- Localization using
day.js
When using this component within a svelte-kit application it is necessary to add its two dependencies (just-throttle anddayjs) to theconfig.kit.vite.optimizeDeps.include array insvelte.config.js. Eg: your config should include the following:
constconfig={kit:{vite:{optimizeDeps:{include:['just-throttle','dayjs']}}}};exportdefaultconfig;
- time picker
- date & date-time range picker
About
A lightweight datepicker with neat animations and a unique UX.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.
