Class: Uistiti::Alpha::MainLayoutPreview

Inherits:
ViewComponent::Preview
  • Object
show all
Defined in:
app/components/previews/uistiti/alpha/main_layout_preview.rb

Instance Method Summary collapse

Instance Method Details

#playgroundObject

Main layout


This layout is here to structure the page, it does not make sens to present it as a component



15
16
17
# File 'app/components/previews/uistiti/alpha/main_layout_preview.rb', line 15

def playground()
  render(Uistiti::Alpha::MainLayout.new())
end