matestack-ui-core
enables you to craft maintainable, component based web UIs in pure Ruby, skipping ERB and HTML. UI code becomes a native and fun part of your Rails app. It can progressively replace the classic Rails-View-Layer. You are able to use it alongside your Rails views.matestack-ui-core
is tested against:app/matestack/components/card.rb
app/views/your_view.html.erb
app/matestack/components/card.rb
app/views/your_view.html.erb
app/matestack/components/blue_card.rb
app/views/your_view.html.erb
app/matestack/components/card.rb
app/matestack/components/card_body.rb
app/matestack/components/card.rb
app/matestack/components/card_body.rb
app/matestack/components/card.rb
app/matestack/components/card_body.rb
response
method and may additionally call other components in order to define a specific UI.response
method and may additionally call other components in order to define a specific UI.h1
and main
in order to create the markup as well as a yield
in order to yield a page on a specific position.layout false