Sha256: cf73b2d6164e8a2a4914353f1e971f17b2874431cab3f5a7e972ac343af8809e

Contents?: true

Size: 599 Bytes

Versions: 585

Compression:

Stored size: 599 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbFormPill
    class FormPill < Playbook::KitBase
      prop :avatar_url
      prop :name
      prop :text
      prop :size

      prop :text_transform, type: Playbook::Props::Enum,
                            values: %w[none lowercase],
                            default: "none"

      def classname
        generate_classname("pb_form_pill_kit", "primary", name, text, text_transform)
      end

      def display_text
        object.text
      end

      def size_class
        size == "small" ? " small" : ""
      end
    end
  end
end

Version data entries

585 entries across 585 versions & 1 rubygems

Version Path
playbook_ui-13.32.0.pre.alpha.PLAY14143288 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY14143272 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY14143271 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY1138iconkitaddcolorprop3268 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY14143267 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.play1416movealiaslogic3266 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY14143264 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY14143260 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY14143255 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.play1416movealiaslogic3239 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0.pre.alpha.PLAY14103236 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.31.0.pre.alpha.play1416movealiaslogic3232 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.31.0.pre.alpha.PBNTR342navtabbing3231 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.31.0.pre.alpha.PBNTR342navtabbing3230 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.32.0 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.31.0.pre.alpha.powercentrainplaybookpt23212 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.31.0.pre.alpha.PLAY10863204 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.31.0.pre.alpha.PLAY10863202 app/pb_kits/playbook/pb_form_pill/form_pill.rb
playbook_ui-13.31.0.pre.alpha.play1262iconstyles3172 app/pb_kits/playbook/pb_form_pill/form_pill.rb