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