A reusable component for animation switch
npx shadcn@latest add https://21st.dev/r/avanishverma4/animation-presence-mode
Loading preview...
import Component from "@/components/ui/animation-presence-mode"; export default function AnimatePresenceModes() { return <Component />; }