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 install
npm run dev
: Start site in dev modenpm run build
: Build package and sitenpm run preview
: Preview production sitenpm run check
: Run svelte-check
npm run test
: Run testsnpm run format
: Format codeCHANGELOG.md
npm run lint
npm version --no-git-tag <version>
npm publish