UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

13 lines (12 loc) 322 B
const s = { classes: { wrapper: ({ props: t }) => { const e = ["block relative align-bottom focus:outline-none"]; return t.isInsideForm && e.push("mb-8"), t.block && e.push("w-full"), e; }, label: "text-xs text-secondary-500 dark:text-secondary-200 mb-2" } }, o = s; export { o as default };