Class: JetUi::Dropdown::MenuComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/jet_ui/dropdown/menu_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(**options) ⇒ MenuComponent

Returns a new instance of MenuComponent.



6
7
8
# File 'app/components/jet_ui/dropdown/menu_component.rb', line 6

def initialize(**options)
  @options = options
end