Sha256: 2340f891b52183cbe8f25cd786824ef5df48a3edc570eb9896bbbf4b19680060
Contents?: true
Size: 373 Bytes
Versions: 37
Compression:
Stored size: 373 Bytes
Contents
module UiBibz::Ui::Core::Forms::Surrounds class SurroundButton < UiBibz::Ui::Core::Forms::Buttons::Button # See UiBibz::Ui::Core::Dropdown.initialize def initialize content, options = nil, html_options = nil, &block super end def pre_render content_tag :div, class: 'input-group-btn' do button_html_tag end end end end
Version data entries
37 entries across 37 versions & 1 rubygems