Sha256: 7c0665e7c61c91001beaf78dae81ac8b18c5277ce8b99081479a070af0b1a414
Contents?: true
Size: 504 Bytes
Versions: 37
Compression:
Stored size: 504 Bytes
Contents
module UiBibz::Ui::Core::Forms::Surrounds class SurroundAddon < UiBibz::Ui::Core::Component # See UiBibz::Ui::Core::Dropdown.initialize def initialize content, options = nil, html_options = nil, &block super end # Render html tag def pre_render surround_addon_html_tag end private def surround_addon_html_tag content_tag :span, glyph_and_content_html, html_options end def component_html_classes 'input-group-addon' end end end
Version data entries
37 entries across 37 versions & 1 rubygems