Documentation
Install Motion
SparkUI components use Motion (previously Framer Motion) for transitions, scroll effects, and hover interactions.
01.Create your project
npx create-next-app@latest my-project --typescript --eslint
cd my-project02.Install Motion
npm install motion03.Import where you need it
import { motion } from "motion/react";Ready to build
Continue →Browse all components