Sha256: 7c58a4b6506a03cd47ca0d4145a9f8459a1776b62a3bd6fc2a81589ea1ae8d1d

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbCollapsible
    class Collapsible < Playbook::KitBase
      prop :tag, type: Playbook::Props::Enum,
                 values: %w[h1 h2 h3 h4 h5 h6 p div span tr th td thead col],
                 default: "div"
      def classname
        generate_classname("pb_collapsible_kit")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_collapsible/collapsible.rb