Sha256: 42ad98519fb76ab31dbf4bca243062967526e76cb650c3191116d7b284c7c611

Contents?: true

Size: 566 Bytes

Versions: 1040

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

1,040 entries across 1,040 versions & 1 rubygems

Version Path
playbook_ui-14.16.0 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1949lodashremoval3of36815 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1952fixhorizontalnavcursorstyle6795 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.16.0.pre.rc.6 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1949lodashremoval3of36758 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1949lodashremoval3of36746 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.16.0.pre.rc.5 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.PBNTR477draggabledropzone6743 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.PBNTR8996733 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.16.0.pre.rc.4 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.PLAY1756pbcontenttagpt76722 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1907passglobalpropstotooltiprails6706 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.16.0.pre.rc.3 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.PBNTR617addgriddisplayglobalprop6700 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1910emptystatekitreactbeta6685 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1757pbcontenttag6677 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.PLAY1756pbcontenttagpt76661 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1757pbcontenttag6658 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.play1757pbcontenttag6644 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.15.0.pre.alpha.PLAY1871speedupvitebuildwatch6643 app/pb_kits/playbook/pb_card/card_header.rb