Sha256: 0f3a6556e4e2fe19bd14f97b414e4d0686d9fb3bca47451c2107ceae7c591641
Contents?: true
Size: 380 Bytes
Versions: 6
Compression:
Stored size: 380 Bytes
Contents
# frozen_string_literal: true module UiBibz::Ui::Core::Forms::Surrounds class SurroundDropdown < UiBibz::Ui::Core::Forms::Dropdowns::Dropdown # See UiBibz::Ui::Core::Dropdown.initialize def initialize(content, options = nil, html_options = nil, &block) super end private def component_html_classes super << 'input-group-btn' end end end
Version data entries
6 entries across 6 versions & 1 rubygems