Class: PhlexUI::Popover

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex_ui/popover.rb

Defined Under Namespace

Classes: Content, Trigger

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#before_template

Constructor Details

#initialize(options: {}, **attrs) ⇒ Popover

Returns a new instance of Popover.



5
6
7
8
# File 'lib/phlex_ui/popover.rb', line 5

def initialize(options: {}, **attrs)
  @options = options
  super(**attrs)
end

Instance Method Details

#view_templateObject



10
11
12
# File 'lib/phlex_ui/popover.rb', line 10

def view_template(&)
  div(**attrs, &)
end