8 lines
142 B
Ruby
8 lines
142 B
Ruby
# frozen_string_literal: true
|
|
|
|
class PopupMenuComponent < ApplicationComponent
|
|
include ViewComponent::SlotableV2
|
|
|
|
renders_many :items
|
|
end
|