feat: added core for table component
This commit is contained in:
7
src/components/Table/TableCell.vue
Normal file
7
src/components/Table/TableCell.vue
Normal 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>
|
||||
Reference in New Issue
Block a user