Sha256: 5b439ca8e72df2bd4859db1bfcfc626147fdcb4a2103d7e9060b61b734ce8d44
Contents?: true
Size: 506 Bytes
Versions: 125
Compression:
Stored size: 506 Bytes
Contents
<% showcase.sample "Basic" do %> <%= render "shared/title" do |title| %> <% title.title "Title" %> <% title.actions do %> <%= link_to "Home", root_url, class: "border-2 p-2 rounded-full border-indigo-300" %> <%= link_to "Another link", root_url, class: "border-2 p-2 rounded-full border-indigo-300" %> <% end %> <% end %> <% end %> <% showcase.options.context :nice_partials do |o| %> <% o.optional.content_block :title %> <% o.optional.content_block :actions %> <% end %>
Version data entries
125 entries across 125 versions & 1 rubygems