Sha256: 92b9c0439ebde3dad2c447e731f2c2556cdbedddbddcc8fc2cc2619eba08e584

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

# frozen_string_literal: true

module Panda
  module CMS
    module Admin
      class ContainerComponent < ViewComponent::Base
        renders_one :heading, "Panda::CMS::Admin::HeadingComponent"
        renders_one :tab_bar, "Panda::CMS::Admin::TabBarComponent"
        renders_one :slideover, "Panda::CMS::Admin::SlideoverComponent"
      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/container_component.rb
panda-cms-0.7.2 app/components/panda/cms/admin/container_component.rb
panda-cms-0.7.0 app/components/panda/cms/admin/container_component.rb