Sha256: 5ae514ceb3dadd4801e1c6853c6545b4de4a060e2656e9f16b2af1ca39f83827
Contents?: true
Size: 432 Bytes
Versions: 559
Compression:
Stored size: 432 Bytes
Contents
<% component = capture do %> <% if example.has_block? %> <%= render component_doc.partial_path, example.html_safe_data do %> <%= render inline: example.block %> <% end %> <% else %> <%= render component_doc.partial_path, example.html_safe_data %> <% end %> <% end %> <% if example.has_embed? %> <%= render inline: example.embed, locals: { component: component } %> <% else %> <%= component %> <% end %>
Version data entries
559 entries across 559 versions & 1 rubygems