Sha256: d342b038253689c3ab6970059217cccce347f857af2daa6707ccc74a7d8c4fe8

Contents?: true

Size: 354 Bytes

Versions: 8

Compression:

Stored size: 354 Bytes

Contents

<% showcase.sample "Basic" do %>
  <%= render "shared/actions/box" do |partial| %>
    <% partial.content_for :title, "Title" %>
    <% partial.content_for :table, "Some table content" %>
  <% end %>
<% end %>

<% showcase.options.context :nice_partials do |o| %>
  <% o.optional.content_block :title %>
  <% o.optional.content_block :table %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.2.19 app/views/showcase/previews/partials/actions/_box.html.erb
bullet_train-themes-light-1.2.18 app/views/showcase/previews/partials/actions/_box.html.erb
bullet_train-themes-light-1.2.17 app/views/showcase/previews/partials/actions/_box.html.erb
bullet_train-themes-light-1.2.16 app/views/showcase/previews/partials/actions/_box.html.erb
bullet_train-themes-light-1.2.15 app/views/showcase/previews/partials/actions/_box.html.erb
bullet_train-themes-light-1.2.14 app/views/showcase/previews/partials/actions/_box.html.erb
bullet_train-themes-light-1.2.13 app/views/showcase/previews/partials/actions/_box.html.erb
bullet_train-themes-light-1.2.12 app/views/showcase/previews/partials/actions/_box.html.erb