I followed this guide to get nextjs version up an running:
https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/nextjs
How I'm supose to use the core components in my nextjs code you don't explain that in your documentation.
You have this section that say to import global init:
const GlobalInit = dynamic(() => import('../components/GlobalInit'), { ssr: false });
<GlobalInit />
But you don´t explain how to use the initialized components
Anyone who can juggle multiple tasks with ease will fit right in with the Papa's franchise. Your role in the papa's games series is to assist with the management of a restaurant. Stay on top of things, though; orders can add up rapidly. Receive orders, cook the dish, and ensure client satisfaction to earn generous gratuities.
Hi,
Sorry for the late reply.
You can use the component exactly as shown in our documentation:
https://keenthemes.com/metronic/tailwind/docs/components/accordion
Simply copy the code from the preview example and paste it into your React component.
Regards,
Lauris Stepanovs,
Keenthemes Support Team