UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

12 lines (11 loc) 201 B
const t = { classes: { wrapper: ({ props: s }) => { const e = [""]; return s.vertical ? e.push("grid gap-3") : e.push("flex gap-4"), e; } } }, a = t; export { a as default };