Sha256: 966bc61a8a26cbfaeae86a6092e21d6640026e2db98da78a60ece776ff2086aa
Contents?: true
Size: 324 Bytes
Versions: 150
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module Playbook module PbDropdown class DropdownContainer < Playbook::KitBase def classname generate_classname("pb_dropdown_container", "close", separator: " ") end def data Hash(prop(:data)).merge(dropdown_container: true) end end end end
Version data entries
150 entries across 150 versions & 1 rubygems