Factor out popup menu component.

Factor out the popup menu inside user tooltips into a reusable
component.
This commit is contained in:
evazion
2021-01-19 20:22:41 -06:00
parent 90567bfc61
commit ccae422961
9 changed files with 87 additions and 58 deletions

View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
class PopupMenuComponent < ApplicationComponent
include ViewComponent::SlotableV2
renders_many :items
end