UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

10 lines (7 loc) 244 B
import type { TooltipTheme } from '../Tooltip.vue' const theme: TooltipTheme = { classes: { tooltip: 'bg-secondary-700 shadow-lg rounded-md border border-secondary-800 p-2 text-white text-xs w-max max-w-sm', }, } export default theme