chhpt / nextjs-starter

A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥

Home Page:https://hi-nextjs-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement : Basic layout for a application and custom layout for a page .

Easyvipin opened this issue · comments

Idea Behind is to create a basic layout for application and provide a way to add custom layout per page.

Basic example of this would be showing just a logo on navbar and on some other page developer can customise the navbar by adding different menu to it as per the need .

As a starter template it will set a path for developer to setup a layout ahead for application.

let me know and ill raise a PR for the same .

for reference : Per-Page Layouts

commented

@Easyvipin This sounds like a good idea for implementing a flexible and customizable layout for the application. You can go ahead and raise a pull request.

Great!

commented