UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

12 lines (8 loc) 251 B
import type { DrawerTheme } from '../Drawer.vue' const theme: DrawerTheme = { classes: { wrapper: 'flex flex-col max-h-full bg-white dark:bg-secondary-800 transition-all', backdrop: 'duration-150 ease-in-out', }, } export default theme