File download

Ingress for file download element

Description

Preview File name Type Size
File filename.jpg jpg 850kb Download
<table>
  <thead>
    <tr class="border-primary border-b-2">
      <th>
        Preview
      </th>
      <th>
        File name
      </th>
      <th>
        Type
      </th>
      <th>
        Size
      </th>
      <th></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>
        <img src="http://via.placeholder.com/640x360" class="h-5 w-5" alt="File">
      </td>
      <td>
        filename.jpg
      </td>
      <td>
        jpg
      </td>
      <td>
        850kb
      </td>
      <td class="text-right">
        <a class="btn btn--primary">Download</a>
      </td>
    </tr>
  </tbody>
</table>

Description for logo

Logo

File name Type Size
filename.jpg jpg 850kb Download
<p><img src="http://via.placeholder.com/640x360" class="max-w-screen-sm" alt="Logo"></p>
<table>
  <thead>
    <tr class="border-primary border-b-2">
      <th>
        File name
      </th>
      <th>
        Type
      </th>
      <th>
        Size
      </th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>
        filename.jpg
      </td>
      <td>
        jpg
      </td>
      <td>
        850kb
      </td>
      <td class="text-right">
        <a class="btn btn--primary">Download</a>
      </td>
    </tr>
  </tbody>
</table>
© Raute Corporation 2021