Sha256: 95afc87683e5daedac72f58fcf284d43d4c1b6cb08272073932d6f0ac96718e8
Contents?: true
Size: 247 Bytes
Versions: 3
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true module Panda module CMS module Admin class TabBarComponent < ViewComponent::Base attr_reader :tabs def initialize(tabs: []) @tabs = tabs end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems