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 256 B view raw
1<script lang="ts"> 2 import { Tooltip as TooltipPrimitive } from "bits-ui"; 3 4 let { ref = $bindable(null), ...restProps }: TooltipPrimitive.TriggerProps = $props(); 5</script> 6 7<TooltipPrimitive.Trigger bind:ref data-slot="tooltip-trigger" {...restProps} />