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