Sha256: 849bc704d16e62d63359dff36c9ce1d3b471a2e9680fa7779c1e351252edfa7d
Contents?: true
Size: 407 Bytes
Versions: 529
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true module Playbook module PbDropdown class DropdownOption < Playbook::KitBase prop :option, type: Playbook::Props::HashProp prop :id, type: Playbook::Props::String def data Hash(prop(:data)).merge("dropdown_option_label": option) end def classname generate_classname("pb_dropdown_option", "list") end end end end
Version data entries
529 entries across 529 versions & 1 rubygems