1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <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"
- entity="[object Object]"
- hidearrow="false"
- nopaddeddefaultbutton="true"
- nosingleactionmode="false"
- nosmallroundingdefaultbutton="false"
- orientation="autoVertical"
- placement="arrowStart"
- />
-
- </td>
- </tr>
-
- </tbody>
- </table>
|