Sha256: a035846dddafd59ff977c697b98a9eaafd4d14af5cb4c8c5b7d489cbdaf9d12b
Contents?: true
Size: 170 Bytes
Versions: 22
Compression:
Stored size: 170 Bytes
Contents
module Spina module Pages class TabButtonComponent < ApplicationComponent def initialize(tab_name:) @tab_name = tab_name end end end end
Version data entries
22 entries across 22 versions & 1 rubygems