Class: Components::HelloWorld

Inherits:
Object
  • Object
show all
Includes:
React::Component
Defined in:
lib/generators/reactive_ruby/test_app/templates/views/components/hello_world.rb

Instance Method Summary collapse

Methods included from React::Component

deprecation_warning, included

Instance Method Details

#renderObject



5
6
7
8
9
# File 'lib/generators/reactive_ruby/test_app/templates/views/components/hello_world.rb', line 5

def render
  div do
    "Hello, World!".span
  end
end