svelte-calendar-resurrected
Version:
A simple svelte calendar component. Forked from svelte-calendar
30 lines (19 loc) • 676 B
Markdown
## 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...
```sh
npm i -D svelte-calendar-resurrected
```
...and start using!
```html
<script>
import Datepicker from 'svelte-calendar-resurrected';
</script>
<Datepicker />
```
[6eDesign/svelte-calendar]: https://github.com/6eDesign/svelte-calendar
[githubio page]: https://phaqui.github.io/svelte-calendar-resurrected/
[github]: https://github.com/phaqui/svelte-calendar-resurrected