1.0.0-alpha.2 • Published 3 years ago

svelte-calendar-resurrected v1.0.0-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

svelte-calendar-resurrected

A simple svelte calendar component. Forked from 6eDesign/svelte-calendar.

Demos and documentation located at the project's githubio page.

For source and development info, go to the repo at github.

Quickstart

In your Svelte project, simply install...

npm i -D svelte-calendar-resurrected

...and start using!

<script>
  import Datepicker from 'svelte-calendar-resurrected';
</script>

<Datepicker />