feat: added striped-columns
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<template>
|
||||
<td class="px-6 py-4 first:font-medium first:text-gray-900 first:dark:text-white first:whitespace-nowrap last:text-right">
|
||||
<td :class="tableCellClasses">
|
||||
<slot></slot>
|
||||
</td>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
|
||||
import { useTableCellClasses } from '@/components/Table/composables/useTableCellClasses'
|
||||
|
||||
const { tableCellClasses } = useTableCellClasses()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user