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
.
- Install dependencies with
yarn install
- Run
yarn dev
- Open http://localhost:3000