@beyonk/svelte-datepicker
v13.0.4
Published
<a href="https://beyonk.com"> <br /> <br /> <img src="https://user-images.githubusercontent.com/218949/144224348-1b3a20d5-d68e-4a7a-b6ac-6946f19f4a86.png" width="198" /> <br /> <br /> </a>
Downloads
6,757
Keywords
Readme
Svelte Datepicker
This is a near total rewrite of the excellent Svelte Calendar. It provides:
- Calendar
- Date Picker
- Date Range Picker
- Time Selection
- Better Responsiveness
- Improved theming
- Context-aware theming
- Toolbar to avoid awkward bindings
- Works in tough situations such as inside iframes
Roadmap:
- Re-introduce Keyboard Support
- Add code-samples to docs
- Add legend for keyboard shortcuts [h for Help]
Svelte Kit Support
Due to the way dayjs is packaged, the following configuration is required to get this working with SvelteKit:
const config = {
kit: {
target: "#svelte",
vite: {
ssr: {
noExternal: [ 'dayjs' ]
}
}
}
}
Usage
- See The Documentation which is a work in progress.
- See Small Svelte REPL for a minimum working verison.
Contributing
Tests
Tests written in uvu
npm run test