Sha256: 1e4eb3d88a57842adf2a621b34d44ac3d8c797f184032ab38a0545b45571d3cc

Contents?: true

Size: 326 Bytes

Versions: 39

Compression:

Stored size: 326 Bytes

Contents

# frozen_string_literal: true

module PandaCms
  module Admin
    class ContainerComponent < ViewComponent::Base
      renders_one :heading, "PandaCms::Admin::HeadingComponent"
      renders_one :tab_bar, "PandaCms::Admin::TabBarComponent"
      renders_one :slideover, "PandaCms::Admin::SlideoverComponent"
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
panda_cms-0.6.3 app/components/panda_cms/admin/container_component.rb
panda_cms-0.6.2 app/components/panda_cms/admin/container_component.rb
panda_cms-0.6.1 app/components/panda_cms/admin/container_component.rb
panda_cms-0.6.0 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.10 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.9 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.8 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.7 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.6 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.5 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.4 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.3 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.2 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.1 app/components/panda_cms/admin/container_component.rb
panda_cms-0.5.0 app/components/panda_cms/admin/container_component.rb
panda_cms-0.3.15 app/components/panda_cms/admin/container_component.rb
panda_cms-0.3.14 app/components/panda_cms/admin/container_component.rb
panda_cms-0.3.13 app/components/panda_cms/admin/container_component.rb
panda_cms-0.3.12 app/components/panda_cms/admin/container_component.rb
panda_cms-0.3.11 app/components/panda_cms/admin/container_component.rb