Sha256: 1ae93845212ff308c36daae9851fb71517d5246900ed642d001edcbb7ebca715
Contents?: true
Size: 215 Bytes
Versions: 39
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true module PandaCms module Admin class TabBarComponent < ViewComponent::Base attr_reader :tabs def initialize(tabs: []) @tabs = tabs end end end end
Version data entries
39 entries across 39 versions & 1 rubygems