Ported from the react dialog version
This is a svelte component which lets you select a timezone on world map.
svelte-timezone-map-select
is available as an npm package.
<script lang="ts">
import { TimeZoneSelect } from "svelte-timezone-map-select";
let timezone = $state("America/New_York");
</script>
<TimeZoneSelect bind:timezone />
svelte-timezone-map-select is available under the MIT License.