Sha256: 42ad98519fb76ab31dbf4bca243062967526e76cb650c3191116d7b284c7c611

Contents?: true

Size: 566 Bytes

Versions: 901

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

901 entries across 901 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY1720phonenumberinputformatAsYouType5377 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.play17725374 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.play17725372 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.12.0.pre.rc.4 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.hfhbrakemanplaybook5370 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.responsivetablerails5364 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.responsivetablerails5362 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.PBNTR769sticky5359 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.PBNTR573datepickerinvestigation5355 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_card/card_header.rb
playbook_ui-14.11.1 app/pb_kits/playbook/pb_card/card_header.rb