Class: Railsboot::Table::BodyComponent

Inherits:
Component
  • Object
show all
Defined in:
app/components/railsboot/table/body_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(**html_attributes) ⇒ BodyComponent

Returns a new instance of BodyComponent.



4
5
6
# File 'app/components/railsboot/table/body_component.rb', line 4

def initialize(**html_attributes)
  @html_attributes = html_attributes
end