Sha256: 2201a58e6ad3686588eb787b780030d66c2dafd93a577deafa92a6b6bbc5d6f3

Contents?: true

Size: 822 Bytes

Versions: 12

Compression:

Stored size: 822 Bytes

Contents

<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  <div class="max-w-2xl mx-auto ">

    <% if breadcrumb? %>
      <%= breadcrumb %>
    <% end %>

    <div class="my-5 mb-10">
      <div class="mt-2 md:flex md:items-center md:justify-between">

        <% if title? %>
          <%= title %>
        <% end %>

        <% if delete_button? %>
          <%= delete_button %>
        <% end %>

      </div>
    </div>

    <% if @nav_bar %>
      <%= render(@nav_bar) %>
    <% end %>

    <% if item.is_a?(ApplicationRecord) && item.errors.any? %>
      <div class="error-message">
        <%= render('layouts/errors', errors: item.errors.full_messages.to_sentence.capitalize) %>
      </div>
    <% end %>

    <div class="px-4 bg-white sm:p-6 shadow sm:rounded-md">
      <%= content %>
    </div>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tybo-0.3.12 app/components/form_component.html.erb
tybo-0.3.11 app/components/form_component.html.erb
tybo-0.3.10 app/components/form_component.html.erb
tybo-0.3.9 app/components/form_component.html.erb
tybo-0.3.8 app/components/form_component.html.erb
tybo-0.3.7 app/components/form_component.html.erb
tybo-0.3.6 app/components/form_component.html.erb
tybo-0.3.4 app/components/form_component.html.erb
tybo-0.3.3 app/components/form_component.html.erb
tybo-0.3.1 app/components/form_component.html.erb
tybo-0.2.6 app/components/form_component.html.erb
tybo-0.2.3 app/components/form_component.html.erb