DEV Community

Discussion on: How to Intergrate Chakra UI in Next.js πŸ§‘β€πŸŽ¨

Collapse
 
stevereid profile image
Steve Reid • Edited

I'm confused by your implementation of the Chakra providers as I can't work out where you're passing through the Component and pageProps?

Collapse
 
maxinejs profile image
Maxine

which component are you referring to? if you are referring to the Chakra Provider component, it is being imported with the code:

import { ChakraProvider, Heading } from "@chakra-ui/react";
Enter fullscreen mode Exit fullscreen mode

You can look at the documentation for that also here:

chakra-ui.com/docs/getting-started

Could you specify what you meant more about not understanding the pageProps?