npm framer motion code example
Example 1: install framer motion
If you have npm:
npm install framer-motion
If you have yarn:
yarn add framer-motion
Example 2: intall motion api
with npm =>
npm install framer-motion
with yarn =>
yarn add framer-motion