Class: RUI::Flash::Wrapper
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from RUI::Base
Instance Method Details
#view_template ⇒ Object
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 |