Sha256: 81523ac3bb0b64ad8be1ecc40fa8f4f9da247019a8124aec3eb9d40340cc6e79

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

# frozen_string_literal: true

module UiBibz::Ui::Core::Forms::Surrounds
  class SurroundButton < UiBibz::Ui::Core::Forms::Buttons::Button
    # See UiBibz::Ui::Core::Dropdown.initialize

    def pre_render
      button_html_tag
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ui_bibz-3.0.0.alpha9 lib/ui_bibz/ui/core/forms/surrounds/components/surround_button.rb
ui_bibz-3.0.0.alpha8 lib/ui_bibz/ui/core/forms/surrounds/components/surround_button.rb