Sha256: 091e2b24f8b28fc619986675b0acac23cec70499418676328bc6ca8c26f6f044
Contents?: true
Size: 261 Bytes
Versions: 25
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module Katalyst module Tables module Summary class RowComponent < ViewComponent::Base renders_one :header, Summary::HeaderComponent renders_one :body, Summary::BodyComponent end end end end
Version data entries
25 entries across 25 versions & 1 rubygems