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.4.1 app/components/tables/table_component.html.erb
tybo-0.4.0 app/components/tables/table_component.html.erb
tybo-0.3.26 app/components/tables/table_component.html.erb
tybo-0.3.24 app/components/tables/table_component.html.erb
tybo-0.3.23 app/components/tables/table_component.html.erb
tybo-0.3.22 app/components/tables/table_component.html.erb
tybo-0.3.21 app/components/tables/table_component.html.erb
tybo-0.3.20 app/components/tables/table_component.html.erb
tybo-0.3.19 app/components/tables/table_component.html.erb
tybo-0.3.18 app/components/tables/table_component.html.erb
tybo-0.3.17 app/components/tables/table_component.html.erb
tybo-0.3.16 app/components/tables/table_component.html.erb
tybo-0.3.15 app/components/tables/table_component.html.erb
tybo-0.3.14 app/components/tables/table_component.html.erb
tybo-0.3.13 app/components/tables/table_component.html.erb
tybo-0.3.12 app/components/tables/table_component.html.erb
tybo-0.3.11 app/components/tables/table_component.html.erb
tybo-0.3.10 app/components/tables/table_component.html.erb
tybo-0.3.9 app/components/tables/table_component.html.erb
tybo-0.3.8 app/components/tables/table_component.html.erb