DEV Community

Discussion on: How to design a simple and beautiful Navbar using NextJS and TailwindCSS

Collapse
 
heymarkkop profile image
Mark Kop

In this example we're using only the Home page. What if I want to use the NavBar for every page?
Should I import it on _app.js or _document.js?

Collapse
 
andrewespejo profile image
Andrés Espejo

In that case is better that you create a Layout in the Pages folder, if you need more help please let me know