SparkUI

Install Framer Motion

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