svelte-calendar-resurrected
v1.0.0-alpha.2
Published
A simple svelte calendar component. Forked from svelte-calendar
Downloads
62
Maintainers
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 />