/responsive-menu-ant-design

Quick and easy implementation of a simple responsive Menu in Ant Design for desktop and mobile.

Primary LanguageJavaScriptMIT LicenseMIT

Ant Design Responsive Menu

This repository complements a blog post.

A simple example of how to quickly and easily implement a responsive navigation in Ant Design.

A few notes:

  • I have not included babel-import-plugin to keep things as simple as possible, consider setting up this plugin when aiming for production.
  • React Router is not a requirement, you can essentially use window.location.pathname ref for the activeLinkKey prop.