Sha256: 21ea9db68615c59608552172e64f52a9b4d61653effc271fb22fe36447dbe059
Contents?: true
Size: 229 Bytes
Versions: 63
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true class Avo::Fields::Common::HeadingComponent < ViewComponent::Base attr_reader :value attr_reader :as_html def initialize(value:, as_html:) @value = value @as_html = as_html end end
Version data entries
63 entries across 63 versions & 1 rubygems