Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit ef1104a

Browse files
Merge pull request #1582 from Aduwoayooluwa/docs/nextjs-guide-incomplete-install-command
2 parents d6f087e + 35d380c commit ef1104a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/getting-started/nextjs-guide.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ In your Next.js project, install Chakra UI by running either of the following:
1414

1515
<PackageManagers
1616
command={{
17-
npm: 'npm i @chakra-ui/react @emotion/react @emotion/styled framer-motion',
18-
yarn: 'yarn add @chakra-ui/react @emotion/react @emotion/styled framer-motion',
19-
pnpm: 'pnpm add @chakra-ui/react @emotion/react @emotion/styled framer-motion',
17+
npm: 'npm i @chakra-ui/react @chakra-ui/next-js @emotion/react @emotion/styled framer-motion',
18+
yarn: 'yarn add @chakra-ui/react @chakra-ui/next-js @emotion/react @emotion/styled framer-motion',
19+
pnpm: 'pnpm add @chakra-ui/react @chakra-ui/next-js @emotion/react @emotion/styled framer-motion',
2020
}}
2121
/>
2222

0 commit comments

Comments
 (0)