This commit is contained in:
Kostiantyn Stoliarskyi 2023-05-25 09:52:28 +03:00
parent 1e97875f0b
commit e2b90e2a54
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<div class="relative overflow-x-auto">
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
<thead class="text-xs text-gray-900 uppercase dark:text-gray-400">
<tr>
<th scope="col" class="px-6 py-3">Interpretations</th>
</tr>
</thead>
<tbody>
<tr class="bg-white dark:bg-gray-800">
<th
scope="row"
class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white">
Apple MacBook Pro 17"
</th>
</tr>
</tbody>
</table>
</div>