Factor out popup menu component.
Factor out the popup menu inside user tooltips into a reusable component.
This commit is contained in:
7
app/components/popup_menu_component.rb
Normal file
7
app/components/popup_menu_component.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class PopupMenuComponent < ApplicationComponent
|
||||
include ViewComponent::SlotableV2
|
||||
|
||||
renders_many :items
|
||||
end
|
||||
Reference in New Issue
Block a user