UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

12 lines (11 loc) 273 B
const a = { classes: { wrapper: ({ props: s }) => { const e = ["animate-pulse bg-secondary-300 dark:bg-secondary-600"]; return s.shape === "circle" ? e.push("w-8 h-8 rounded-full") : e.push("rounded-md"), e; } } }, r = a; export { r as default };