Date and time picker for Svelte
Features:
Demo • Documentation • REPL
npm install date-picker-svelte
<script>
import { DateInput } from 'date-picker-svelte'
let date = new Date()
</script>
<DateInput bind:value={date} />
Check the docs to learn more
npm installnpm run dev: Start site in dev modenpm run build: Build package and sitenpm run preview: Preview production sitenpm run check: Run svelte-checknpm run test: Run testsnpm run format: Format codeCHANGELOG.mdnpm run lint
npm version --no-git-tag <version>
npm publish