Sha256: 6809ad7acaf2fe878788fcd1aaead2f8b286f891a8613389bd5ce38ecd81d03d
Contents?: true
Size: 376 Bytes
Versions: 173
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true module Playbook module PbDraggable class Draggable < ::Playbook::KitBase prop :initial_items, type: Playbook::Props::Array, default: [] def data Hash(prop(:data)).merge(pb_draggable: true) end def classname generate_classname("pb_draggable") end end end end
Version data entries
173 entries across 173 versions & 1 rubygems