feat: added core for table component
This commit is contained in:
7
src/components/Table/TableRow.vue
Normal file
7
src/components/Table/TableRow.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<tr class="bg-white dark:bg-gray-800 [&:not(:last-child)]:border-b [&:not(:last-child)]:dark:border-gray-700">
|
||||
<slot></slot>
|
||||
</tr>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
Reference in New Issue
Block a user