Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A lightweight datepicker with neat animations and a unique UX.

License

NotificationsYou must be signed in to change notification settings

6eDesign/svelte-calendar

Repository files navigation

A small date picker built with Svelte 3. Demo available here:view docs and examples.

Demo

Installation

npm i -D svelte-calendar

Features

  • Day, Month & Year pickers
  • Responsive
  • Keyboard, touch, and scroll support
  • Inline & Picker modes
  • Virtual/infinite grid for animation performance
  • Store-driven and extensible
  • Localization usingday.js

Usage within svelte-kit project

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;

Features In Development

  • time picker
  • date & date-time range picker

Packages

No packages published

Contributors9


[8]ページ先頭

©2009-2025 Movatter.jp