Sha256: f50296ccc4b8517baea96cbddebf71c0e2a2df3f4aca26d940b9f4b6c9e216f3
Contents?: true
Size: 222 Bytes
Versions: 24
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true class IndexHeaderComponent < ViewComponent::Base renders_one :add_button, IndexHeaderAddComponent def initialize(title:, subtitle:) @title = title @subtitle = subtitle end end
Version data entries
24 entries across 24 versions & 2 rubygems