About this set
A navigation bar whose Platform item opens a full-width panel. The panel has three link columns, Build, Connect and Govern, each with two entries that pair an icon tile with a bold title and a one-line description, plus a violet gradient card announcing Release 4.0 with a Read the notes link. Pricing, marked as the current page, and Docs sit beside it as plain links. Use it for product sites with enough pages that a short dropdown would hide them, and when a description helps people choose. The panel opens on hover for mouse users and from a disclosure button with aria-expanded for everyone else, so click, tap, Enter and Space all work; Esc closes it, including when it was opened by hover, and returns focus to the button. The layout is a four-column CSS grid that drops to two columns with the card spanning the width below 900 pixels, and to one column below 560. The Bootstrap version uses a .position-static dropdown with the Dropdown plugin and the grid system, which switches at its own 992 and 576 pixel breakpoints.
What’s included
- Three icon link columns and a promoted card
- Opens on hover, click, tap or keyboard
- Esc closes it even when opened by hover
- Four, two or one column layout by screen width
- The promo card link is a real, focusable link
Accessibility
The bar is a nav labelled Main. Platform is a button with aria-expanded and aria-controls, Esc closes the panel and returns focus to it, and focus leaving the panel or a click outside closes it too. Each column is a list named by its heading, icons are hidden from screen readers, and Pricing carries aria-current="page". Every link shows a 2px outline on keyboard focus and the panel transition stops under prefers-reduced-motion.
Customise it
Change the column layout in the grid-template-columns of .mm-panel, the icon tint in .mm-ic and the card gradient in .mm-promo (plain CSS). In Bootstrap edit the .row column classes and --bs-dropdown-* variables; in Tailwind the grid-cols- utilities and --color-mm-* theme colours.



















