Class: Uistiti::Alpha::MainLayoutPreview
- Inherits:
-
ViewComponent::Preview
- Object
- ViewComponent::Preview
- Uistiti::Alpha::MainLayoutPreview
- Defined in:
- app/components/previews/uistiti/alpha/main_layout_preview.rb
Instance Method Summary collapse
-
#playground ⇒ Object
Main layout ————— This layout is here to structure the page, it does not make sens to present it as a component.
Instance Method Details
#playground ⇒ Object
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 |