Class: BootWheel::Page

Inherits:
Internals::Component show all
Defined in:
lib/boot_wheel/page.rb

Constant Summary collapse

TEMPLATE =
t("page.erb")

Instance Method Summary collapse

Methods inherited from Internals::Component

#helpers, #renderer, t, #to_html, #x

Constructor Details

#initialize(&slot) ⇒ Page

Returns a new instance of Page.



5
6
7
# File 'lib/boot_wheel/page.rb', line 5

def initialize(&slot)
  accepts_slot(slot)
end