Sha256: 92b860516038361595103594162af54cfd30fe267f4248583d2a0d2a63512456

Contents?: true

Size: 527 Bytes

Versions: 73

Compression:

Stored size: 527 Bytes

Contents

  
<div class="mt-8 flex flex-col">
  <div class="-my-2 -mx-4 overflow-x-auto sm:-mx-6 lg:-mx-8">
    <div class="inline-block min-w-full py-2 align-middle md:px-6 lg:px-8">
      <div class="overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg">
        <table class="min-w-full divide-y divide-gray-300">

          <% if thead? %>
            <%= thead %>
          <% end %>

          <% if tbody? %>
            <%= tbody %>
          <% end %>

        </table>

      </div>
    </div>
  </div>
</div>

Version data entries

73 entries across 73 versions & 2 rubygems

Version Path
tybo-0.3.7 app/components/tables/table_component.html.erb
tybo-0.3.6 app/components/tables/table_component.html.erb
tybo-0.3.4 app/components/tables/table_component.html.erb
tybo-0.3.3 app/components/tables/table_component.html.erb
tybo-0.3.1 app/components/tables/table_component.html.erb
tybo-0.2.6 app/components/tables/table_component.html.erb
tybo-0.2.5 app/components/tables/table_component.html.erb
tybo-0.2.4 app/components/tables/table_component.html.erb
tybo-0.2.3 app/components/tables/table_component.html.erb
tybo-0.2.2 app/components/tables/table_component.html.erb
tybo-0.2.0 app/components/tables/table_component.html.erb
tybo-0.1.2 app/components/tables/table_component.html.erb
tybo-0.1.0 app/components/tables/table_component.html.erb
tybo-0.0.40 app/components/tables/table_component.html.erb
tybo-0.0.39 app/components/tables/table_component.html.erb
tybo-0.0.38 app/components/tables/table_component.html.erb
tybo-0.0.37 app/components/tables/table_component.html.erb
tybo-0.0.36 app/components/tables/table_component.html.erb
tybo-0.0.35 app/components/tables/table_component.html.erb
tybo-0.0.34 app/components/tables/table_component.html.erb