Class: Ui::StickyPanelComponent

Inherits:
SparkComponents::Component
  • Object
show all
Defined in:
app/components/spark/ui/sticky_panel_component.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



5
6
7
8
# File 'app/components/spark/ui/sticky_panel_component.rb', line 5

def render
  data_attr(sticky_constrain: constrain) if constrain
  (:div, @yield, tag_attrs)
end