feat: added core for table component

This commit is contained in:
victor
2022-12-12 19:41:03 +04:00
parent ca0811803c
commit ab973f7367
8 changed files with 82 additions and 77 deletions

View File

@@ -0,0 +1,7 @@
<template>
<td class="px-6 py-4 first:font-medium first:text-gray-900 first:dark:text-white first:whitespace-nowrap last:text-right">
<slot></slot>
</td>
</template>
<script lang="ts" setup>
</script>