Class: RUI::Flash::Wrapper

Inherits:
Base
  • Object
show all
Defined in:
lib/rui/flash.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RUI::Base

Instance Method Details

#view_templateObject



37
38
39
# File 'lib/rui/flash.rb', line 37

def view_template(&)
  div(class: "fixed left-0 lg:left-auto bottom-0 right-0 m-5 lg:m-10 flex flex-col gap-3", &)
end