Module: RailsModalManager

Defined in:
lib/rails_modal_manager.rb,
lib/rails_modal_manager/engine.rb,
lib/rails_modal_manager/version.rb,
app/helpers/rails_modal_manager/modal_helper.rb,
lib/generators/rails_modal_manager/install_generator.rb

Defined Under Namespace

Modules: Generators, ModalHelper Classes: Engine, Error

Constant Summary collapse

SIZES =

Modal size options

%w[xs sm md lg xl full].freeze
POSITIONS =

Modal position options

%w[center top bottom top-left top-right bottom-left bottom-right].freeze
ARRANGEMENTS =

Modal arrangement types

%w[cascade tile corners horizontal vertical].freeze
VERSION =
"1.0.39"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



28
29
30
# File 'lib/rails_modal_manager.rb', line 28

def self.configure
  yield self
end