Class: Protos::Table::Header

Inherits:
Component
  • Object
show all
Defined in:
lib/protos/table/header.rb

Instance Method Summary collapse

Methods inherited from Component

#initialize

Constructor Details

This class inherits a constructor from Protos::Component

Instance Method Details

#view_templateObject

DOCS: The header of a table that contains many Protos::Table::Head components



9
10
11
# File 'lib/protos/table/header.rb', line 9

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