Sha256: 990d512c9f65d111769293a294029a8eea3308aaee03c41fbdcf2e27dc05dff2
Contents?: true
Size: 388 Bytes
Versions: 6
Compression:
Stored size: 388 Bytes
Contents
# frozen_string_literal: true module UiBibz::Ui::Core::Forms::Surrounds class SurroundSwitchField < UiBibz::Ui::Core::Forms::Choices::SwitchField # See UiBibz::Ui::Core::Dropdown.initialize def initialize(content, options = nil, html_options = nil, &block) super end private def component_wrapper_html_classes super << 'input-group' end end end
Version data entries
6 entries across 6 versions & 1 rubygems