Key Pad Menu

The KeyPadMenu component presents KeyPadMenuItems in a tiled format, with a fixed width which will accommodate three items and then wrap.

Item Button

The KeyPadMenuItem component is a link by default, but you can swap it out for a KeyPadMenuItemButton if you want onClick behavior.

Beta item

If the item links to a module that is not GA (beta, lab, etc), you can add a betaBadgeLabel and betaBadgeTooltipContent to the card and it will properly create and position an EuiBetaBadge.

Supplying just a label will only show the first letter in the badge and supply the full label to the tooltip. You can also pass an iconType to replace the letter only badge and the label will still become the title.