class Primer::Alpha::ActionMenu::Heading

Heading used to describe groups within an action menu.

def initialize(**)

def initialize(**)
  super
  # Headings don't make sense in a menu context, so use div instead
  @tag = :div
end