Sha256: 790d37aef5a54091fa8b46760354b86d1f39d5579812c725925d85a2be55d8b5

Contents?: true

Size: 413 Bytes

Versions: 1224

Compression:

Stored size: 413 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbLabelPill
    class LabelPill < Playbook::KitBase
      prop :variant, type: Playbook::Props::Enum,
                     values: %w[success warning error info neutral primary],
                     default: "neutral"
      prop :label
      prop :pill_value

      def classname
        generate_classname("pb_label_pill_kit")
      end
    end
  end
end

Version data entries

1,224 entries across 1,224 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.1 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.0 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_label_pill/label_pill.rb
playbook_ui-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_label_pill/label_pill.rb