UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

10 lines (7 loc) 286 B
import type { PopoverContainerTheme } from '../PopoverContainer.vue' const theme: PopoverContainerTheme = { classes: { wrapper: 'block w-full bg-white dark:bg-secondary-700 shadow-lg rounded-md border border-secondary-200 dark:border-secondary-800', }, } export default theme