Welcome to part-2 of the series. We have completed the setup in part-1 and will start creating the project in this part.
Create a folder globals inside components folder and a navbar folder in it. Then create four files inside it — Navbar.js , NavbarIcons.js, NavbarLinks.js and NavbarHeader.js
Put the below content in Navbar.js file.
Navbar.js
Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.
The book can be purchased from Apress site here
And like the below in smaller screens. Notice that the toggle icon is displayed.
Smaller screens
This completes part-2 of the series.
You can find the code for the project in this github repo.