Sha256: 13dc59c2beb3adcb732d4d052596e41e30536e4d9e40c27d861d8bec4d8626f1
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 Bytes
Contents
<div class="border-b border-gray-200 py-5"> <h3 class="text-lg font-medium leading-6 text-gray-900">View component</h3> <p class="mt-2 max-w-4xl text-sm text-gray-500">View Components are like partials, but with the added benefit of a class that can control logic and easily tested</p> </div> <%= render(PriceChartComponent.new(@pricing_data1)) %> <%= price_chart(@pricing_data2) %> <%= price_chart(@pricing_data3) %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_app_generator-0.3.6 | after_templates/addons/view_component/app/views/home/component.html.erb |