Sha256: 37f20b79595c09cc27ca67e50b7ce4b16726ff41091a65865724edeaa413da38

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

# frozen_string_literal: true

module Panda
  module CMS
    module Admin
      class SlideoverComponent < ViewComponent::Base
        attr_reader :title

        def initialize(title: "Settings")
          @title = title
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panda-cms-0.7.3 app/components/panda/cms/admin/slideover_component.rb
panda-cms-0.7.2 app/components/panda/cms/admin/slideover_component.rb
panda-cms-0.7.0 app/components/panda/cms/admin/slideover_component.rb