Class: RUI::Layout::Page

Inherits:
Base
  • Object
show all
Defined in:
lib/rui/layout/page.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



2
3
4
# File 'lib/rui/layout/page.rb', line 2

def view_template(&)
  div(class: "flex mt-25.5 lg:mt-14", &)
end