Class: Ui::StickyPanelComponent
- Inherits:
-
SparkComponents::Component
- Object
- SparkComponents::Component
- Ui::StickyPanelComponent
- Defined in:
- app/components/spark/ui/sticky_panel_component.rb
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
5 6 7 8 |
# File 'app/components/spark/ui/sticky_panel_component.rb', line 5 def render data_attr(sticky_constrain: constrain) if constrain content_tag(:div, @yield, tag_attrs) end |