# frozen_string_literal: true module Demo class Component < ApplicationViewComponent option :title, default: proc { '.title' } option :text, default: proc { '.text' } end end