Sha256: 8579e0a4f6647bc77dbc0cde910436bbcd4f74f0857cfdac9259753ba3c2aa1e

Contents?: true

Size: 212 Bytes

Versions: 69

Compression:

Stored size: 212 Bytes

Contents

# frozen_string_literal: true

module Tables
  class TheadComponent < ViewComponent::Base
    renders_many :ths, Tables::ThComponent
    renders_many :active_record_ths, Tables::ActiveRecordThComponent
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
tybo-0.4.1 app/components/tables/thead_component.rb
tybo-0.4.0 app/components/tables/thead_component.rb
tybo-0.3.26 app/components/tables/thead_component.rb
tybo-0.3.24 app/components/tables/thead_component.rb
tybo-0.3.23 app/components/tables/thead_component.rb
tybo-0.3.22 app/components/tables/thead_component.rb
tybo-0.3.21 app/components/tables/thead_component.rb
tybo-0.3.20 app/components/tables/thead_component.rb
tybo-0.3.19 app/components/tables/thead_component.rb
tybo-0.3.18 app/components/tables/thead_component.rb
tybo-0.3.17 app/components/tables/thead_component.rb
tybo-0.3.16 app/components/tables/thead_component.rb
tybo-0.3.15 app/components/tables/thead_component.rb
tybo-0.3.14 app/components/tables/thead_component.rb
tybo-0.3.13 app/components/tables/thead_component.rb
tybo-0.3.12 app/components/tables/thead_component.rb
tybo-0.3.11 app/components/tables/thead_component.rb
tybo-0.3.10 app/components/tables/thead_component.rb
tybo-0.3.9 app/components/tables/thead_component.rb
tybo-0.3.8 app/components/tables/thead_component.rb