class Primer::Alpha::ActionBar::Divider
ActionBar::Item is an internal component that wraps the items in a div with the ‘ActionBar-item` class.
def call
def call render(Primer::BaseComponent.new(**@system_arguments)) { content } end
def initialize
def initialize @system_arguments = { tag: :hr, role: :presentation, aria: { hidden: true }, data: { targets: "action-bar.items" }, classes: "ActionBar-item ActionBar-divider" } end