svelte-calendar-resurrected

A simple svelte calendar component. Forked from svelte-calendar

Usage no npm install needed!

<script type="module">
  import svelteCalendarResurrected from 'https://cdn.skypack.dev/svelte-calendar-resurrected';
</script>

README

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 />