Files
danbooru/app/components/popup_menu_component.rb
evazion 63e3b4b447 views: factor out FontAwesome icons.
Factor out FontAwesome icons into a set of helpers. This is so that it's
easier to keep track of which icons we're using and easier to change
icons globally.
2021-01-21 07:58:50 -06:00

9 lines
182 B
Ruby

# frozen_string_literal: true
class PopupMenuComponent < ApplicationComponent
include ViewComponent::SlotableV2
delegate :ellipsis_icon, to: :helpers
renders_many :items
end