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

...and start using!

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

<Datepicker />