Class: JetUi::Dropdown::ButtonComponent

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

Instance Method Summary collapse

Constructor Details

#initialize(href: nil, **options) ⇒ ButtonComponent

Returns a new instance of ButtonComponent.



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

def initialize(href: nil, **options)
  @href = href
  @options = options
end