Class: JetUi::Popover::ContentComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/jet_ui/popover/content_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(title: nil, **options) ⇒ ContentComponent

Returns a new instance of ContentComponent.



6
7
8
9
# File 'app/components/jet_ui/popover/content_component.rb', line 6

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