UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

13 lines (10 loc) 227 B
import type { UITheme } from '../../theme' import * as components from './components' import styles from './styles' const theme: UITheme = { name: 'Base', styles, classPrefix: 'x-', components, } export default theme