class ApplicationLogoComponent < ViewComponent::Base erb_template <<~ERB > ERB def initialize(attributes = {}) @attributes = attributes.map { |key, attribute| "#{key}=\"#{attribute}\"" } end end