Sha256: 6869871be8e43b1c517e899874ad0129acf903b03f57e7f15c58526485785a70
Contents?: true
Size: 444 Bytes
Versions: 55
Compression:
Stored size: 444 Bytes
Contents
# frozen_string_literal: true module UiBibz::Ui::Core::Forms::Surrounds class SurroundAddon < UiBibz::Ui::Core::Component # See UiBibz::Ui::Core::Dropdown.initialize # 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-text' end end end
Version data entries
55 entries across 55 versions & 1 rubygems