(defcomp () (div (~tw :tokens "space-y-4") (button :sx-get "/sx/(geography.(hypermedia.(example.(api.animate))))" :sx-target "#anim-target" :sx-swap "innerHTML" (~tw :tokens "px-4 py-2 bg-violet-600 text-white rounded hover:bg-violet-700 transition-colors text-sm") "Load with animation") (div :id "anim-target" (~tw :tokens "p-4 rounded border border-stone-200 bg-stone-100 text-center") (p (~tw :tokens "text-stone-400") "Content will fade in here."))))