Class: JetUi::Popover::Component
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- JetUi::Popover::Component
- Defined in:
- app/components/jet_ui/popover/component.rb
Instance Method Summary collapse
-
#initialize(placement: :bottom, **options) ⇒ Component
constructor
A new instance of Component.
Constructor Details
#initialize(placement: :bottom, **options) ⇒ Component
Returns a new instance of Component.
6 7 8 9 |
# File 'app/components/jet_ui/popover/component.rb', line 6 def initialize(placement: :bottom, **) @placement = placement @options = end |