Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 553 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 553 Bytes

This is an overflow navigation which shows as many navigation items as it can fit on the screen. Anything that doesn't fit will be rendered in a hide/reveal container under 'More ↓' button. This project was inspired by navigation component on BBC News website.

This Next.js app has been bootstrapped with create-next-app.

Run

  1. Install dependencies with yarn install
  2. Run yarn dev
  3. Open http://localhost:3000