Sha256: bcabfecc39b497d384c6fb42100e1eb3ec3f1bead7d96e0f59ccce9965699724

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbTimeline
    class DateArea < Playbook::KitBase
      prop :date

      def classname
        generate_classname("pb_timeline_item_left_block")
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-14.6.0.pre.alpha.play1586datearea4218 app/pb_kits/playbook/pb_timeline/date_area.rb
playbook_ui-14.5.0.pre.alpha.play1586datearea4115 app/pb_kits/playbook/pb_timeline/date_area.rb