Class: RnStack::Layout

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/rn_stack/layout.rb

Instance Method Summary collapse

Constructor Details

#initialize(title: nil) ⇒ Layout

Base layout component that can be extended by user-defined layouts



4
5
6
# File 'app/components/rn_stack/layout.rb', line 4

def initialize(title: nil)
  @title = title
end