Sha256: 7b682d24b6cfb4cc0198192b758bce8e2247883f706032490771d4a4bcf85625
Contents?: true
Size: 429 Bytes
Versions: 52
Compression:
Stored size: 429 Bytes
Contents
# frozen_string_literal: true module Playbook module PbCard class CardHeader include Playbook::Props partial "pb_card/child_kits/card_header" prop :category_color, type: Playbook::Props::Numeric, default: 1 def classname generate_classname("pb_card_header_kit", padding, "category_#{category_color}") end end end end
Version data entries
52 entries across 52 versions & 1 rubygems