123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <table
- class="pb-3"
- >
- <thead>
-
- <th
- class="h-10 p-2.5 text-xs font-normal text-stone-200 ltr:text-left rtl:text-right dark:text-neutral-500"
- >
- <common-label-stub
- class="font-normal text-stone-200 dark:text-neutral-500 text-left"
- size="small"
- tag="span"
- />
-
-
- </th>
- <th
- class="h-10 p-2.5 text-xs font-normal text-stone-200 ltr:text-left rtl:text-right dark:text-neutral-500"
- >
- <common-label-stub
- class="font-normal text-stone-200 dark:text-neutral-500 text-left"
- size="small"
- tag="span"
- />
-
-
- </th>
-
- <th
- class="h-10 w-0 p-2.5 text-center"
- >
- <common-label-stub
- class="font-normal text-stone-200 dark:text-neutral-500"
- size="small"
- tag="span"
- />
- </th>
- </thead>
- <tbody>
-
- <tr>
-
- <td
- class="h-10 p-2.5 text-sm first:rounded-s-md last:rounded-e-md bg-blue-200 dark:bg-gray-700 text-left"
- >
-
- <common-label-stub
- class="inline text-black dark:text-white"
- size="medium"
- tag="span"
- />
-
-
-
- </td>
- <td
- class="h-10 p-2.5 text-sm first:rounded-s-md last:rounded-e-md bg-blue-200 dark:bg-gray-700 text-left"
- >
-
- <common-label-stub
- class="inline text-black dark:text-white"
- size="medium"
- tag="span"
- />
-
-
-
- </td>
-
- <td
- class="h-10 p-2.5 text-center first:rounded-s-md last:rounded-e-md bg-blue-200 dark:bg-gray-700"
- >
-
- <common-action-menu-stub
- actions="[object Object],[object Object]"
- buttonsize="medium"
- class="flex items-center justify-center"
- defaultbuttonvariant="neutral"
- defaulticon="three-dots-vertical"
- entity="[object Object]"
- hidearrow="false"
- nopaddeddefaultbutton="true"
- nosingleactionmode="false"
- nosmallroundingdefaultbutton="false"
- orientation="autoVertical"
- placement="arrowStart"
- />
-
- </td>
- </tr>
-
- </tbody>
- </table>
|