A Motion for React SVG that springs its viewBox between a full map and a zoomed beacon, from the official Motion examples catalog.
"use client" import SvgViewbox from "@/components/ui/motion-svg-viewbox" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <SvgViewbox /> </div> ) }