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