inspired by https://dub.co/blog/smart-datetime-picker
ported to Svelte
styled with tailwindcss
supporting multiple locales
automatically picks the browser locale, defaulting to "en"
pnpm i svelte-smart-datetime
<script>
import { Picker } from "svelte-smart-datetime";
</script>
<Picker/>