Sha256: 42ad98519fb76ab31dbf4bca243062967526e76cb650c3191116d7b284c7c611

Contents?: true

Size: 566 Bytes

Versions: 964

Compression:

Stored size: 566 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbCard
    class CardHeader < Playbook::KitBase
      prop :header_color, type: Playbook::Props::String,
                          default: "category_1"
      prop :header_color_striped, type: Playbook::Props::Boolean,
                                  default: false

      def classname
        generate_classname("pb_card_header_kit", header_color, color_striped_classname)
      end

    private

      def color_striped_classname
        header_color_striped ? "striped" : nil
      end
    end
  end
end

Version data entries

964 entries across 964 versions & 1 rubygems

Version Path
playbook_ui-14.14.0.pre.rc.4 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.play1900progresspillwidth6122 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.play1754pbtagprogressradio6121 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.pbntr799collapsiblerowswithcustomclick6117 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86115 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.14.0.pre.rc.3 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86087 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.PBNTR5596084 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.14.0.pre.rc.1 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.play1753updatepbcontenttags6065 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.play1884progresspill6064 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.play1753updatepbcontenttags6060 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.PBNTR5596029 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.alpha.play1834depupdatesass6024 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.14.0.pre.rc.0 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.12.0.pre.alpha.PLAY1888initializeOncereactdatepickerslowdown5956 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.13.0.pre.rc.10 app/pb_kits/playbook/pb_card/card_header.rb