DEV Community

Discussion on: Creating an animated navbar inspired by Vercel using React (Next.js v13), Framer-Motion, and Tailwind CSS

Collapse
 
greggcbs profile image
GreggHume • Edited

Its nice to show the folder and file structure up front and tell readers what folders and files to create:

Create the layout and navbar components like so:

├── app
    ├── layout.tsx
    ├── globals.css
    ├── components
        ├── Navbar.tsx
Enter fullscreen mode Exit fullscreen mode
Collapse
 
asheeshh profile image
ashish

noted !