Install Framer Motion

Initialize your Project
npx create-next-app@latest my-project --typescript --eslint 
cd my-project
Install Framer Motion :
npm install motion
You can start using by importing Framer Motion:
import { motion } from "motion/react"
For detailed Documentation and usage you can visit Framer Motion:Documentaion Framer Motion
sparkui