Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@aredridel/svelte-timezone-map-select

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aredridel/svelte-timezone-map-select

Ported from [the react dialog version](https://gitlab.com/kmiyashita/react-timezone-map-select)

latest
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

svelte-timezone-map-select

Ported from the react dialog version

Features

This is a svelte component which lets you select a timezone on world map.

Installation

svelte-timezone-map-select is available as an npm package.

Usage

<script lang="ts">
  import { TimeZoneSelect } from "svelte-timezone-map-select";

  let timezone = $state("America/New_York");
</script>

<TimeZoneSelect bind:timezone />

License

svelte-timezone-map-select is available under the MIT License.

Keywords

svelte

FAQs

Package last updated on 05 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts