Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tag: Next.js (29)

Im using next js 15 with app router and facing issued, the toogle sidebar not working and the expands menu showing twice icons here is the code for initiate metronic template export default function GlobalInit() { const pathname = usePathname(); useEffect(() => { if (t...
When I bought Metronic 13 years ago, what I loved about it was that I could grab components that were beautiful and functional right out of the box. Those were the HTML days... Now I'm building a more modern app so I'm using the more modern version.Aaaaaaannnnndddd.... three weeks late...
Hello Community!We’re excited to introduce Metronic Nest, our latest tool designed to help you build fully functional we...
Hello dev!I got issue on my KTDataTable when try to integrate core into my nextjs application there is error show error message:ReferenceError: Cannot access 'KTDataTable' before initializationi have no idea with this error because this error get from core/components/datatable/datatable.ts...
I am building nextjs application with Metronic 9 Tailwind CSS, and used the nextjs seed project from github: metronic-tailwind-next. I used Accordion which only works if you refresh your page, and if you navigate to other nextjs page and come back on the page, then Accordion stop working. I...
Hi, i have purchased the metronic yesterday, and integrating it with the nextjs using the starter template : metronic-tailwind-next from github. Although it works fine when running it using npm run dev. but when i try to run the npm run build then its producing followin...