Sha256: 5c45f2c20230beb7e18d8b7a0e3e7da7c82f17db8289e864afe83a3fc02a9ce7
Contents?: true
Size: 308 Bytes
Versions: 49
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module UiBibz::Ui::Core::Forms::Surrounds class SurroundDropdown < UiBibz::Ui::Core::Forms::Dropdowns::Dropdown # See UiBibz::Ui::Core::Dropdown.initialize def pre_render capture do concat button_html concat ul_html end end end end
Version data entries
49 entries across 49 versions & 1 rubygems