15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
<div class="w-full overflow-auto rounded-md border border-border">
|
|
<table class="w-full caption-bottom text-sm">
|
|
$$Caption$$
|
|
<thead>
|
|
<tr class="border-b border-border bg-muted/50 transition-colors">
|
|
$$Headers$$
|
|
</tr>
|
|
</thead>
|
|
<tbody class="divide-y divide-border">
|
|
$$Rows$$
|
|
</tbody>
|
|
$$Footer$$
|
|
</table>
|
|
</div>
|