UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

13 lines (10 loc) 272 B
import type { LoaderTheme } from '../Loader.vue' const theme: LoaderTheme = { classes: { wrapper: 'inline-flex items-center justify-center', iconSuccess: 'text-green-500', iconError: 'text-error-500', label: 'mx-2 text-sm', }, } export default theme