Sha256: e68a5e6ea177a6a1f98f704f27820bfebcec7b131768c68faa7a6c9ecf4ca620
Contents?: true
Size: 311 Bytes
Versions: 4
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module UiBibz::Ui::Core::Forms::Surrounds class SurroundButton < UiBibz::Ui::Core::Forms::Buttons::Button # See UiBibz::Ui::Core::Dropdown.initialize def pre_render content_tag :div, class: 'input-group-btn' do button_html_tag end end end end
Version data entries
4 entries across 4 versions & 1 rubygems