UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

10 lines (7 loc) 234 B
import type { CardTheme } from '../Card.vue' const theme: CardTheme = { classes: { wrapper: ({ props }) => `bg-white dark:bg-secondary-800 overflow-hidden rounded-md ${props.flat ? '' : 'shadow'}`, }, } export default theme