Keep track of ICE and police locations in your city. Very much a work-in-progress and not ready yet, stay tuned I guess?
at main 7 lines 282 B view raw
1<script lang="ts"> 2 import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui"; 3 4 let { ref = $bindable(null), ...restProps }: DropdownMenuPrimitive.TriggerProps = $props(); 5</script> 6 7<DropdownMenuPrimitive.Trigger bind:ref data-slot="dropdown-menu-trigger" {...restProps} />