UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

13 lines (12 loc) 311 B
const s = { classes: { thead: ({ props: t }) => { const e = ["align-bottom bg-secondary-100 dark:bg-secondary-700"]; return t.stickyHeader && e.push("sticky top-0 z-10"), e; }, row: "text-sm text-secondary-700 dark:text-secondary-200 border-b" } }, a = s; export { a as default };