# frozen_string_literal: true module Ariadne # Displays content in a box that hovers over other content class PopoverComponent < Ariadne::Component DEFAULT_TAG = :div TAG_OPTIONS = [DEFAULT_TAG].freeze DIRECTIONS = [:top, :right, :bottom, :left] # Menu: List of selectable items (ie: navigation) # Dialog: Essentiall a modal # Listbox: Something like a dropdown for a