Sha256: ffa51b167e9f6a30c8a8eb15ad98a5d04ccb0402ac7a85d25b73ab269e5f8157
Contents?: true
Size: 325 Bytes
Versions: 48
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true module UiBibz::Helpers::Ui::Core::WindowsHelper # Modal Component # # +options+ (Hash) # +html_options+ (Hash) def ui_modal(content = nil, options = nil, html_options = nil, &block) UiBibz::Ui::Core::Windows::Modal.new(content, options, html_options).tap(&block).render end end
Version data entries
48 entries across 48 versions & 1 rubygems