Sha256: 35834d7f2070a23bf981bd73bc0b62ab108033f2fff8a6f538039bed6a691391

Contents?: true

Size: 279 Bytes

Versions: 49

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

class IndexHeaderComponent < ViewComponent::Base
  renders_one :add_button, IndexHeaderAddComponent
  renders_one :export_button, IndexHeaderExportComponent

  def initialize(title:, subtitle:)
    @title = title
    @subtitle = subtitle
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

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