motion-react

Installation
SKILL.md

Motion for React

Package: motion (formerly framer-motion). Import from "motion/react".

Installation

pnpm add motion

Imports

// Standard React (Vite, CRA, Pages Router)
import { motion, AnimatePresence } from "motion/react"

// Next.js App Router — use "motion/react-client" for RSC tree-shaking
"use client"
import * as motion from "motion/react-client"
Related skills

More from pedronauck/skills

Installs
114
GitHub Stars
360
First Seen
Mar 18, 2026