@nuxtwind/components
Version:
Component Library for Nuxt 3 using TailwindCSS
21 lines (20 loc) • 385 B
JavaScript
export default {
color: {
text: "dark:text-white text-black",
bg: "bg-primary-800",
bgPointer: "text-primary-800"
},
top: true,
bottom: false,
left: false,
right: false,
transition: {
duration: "duration-300",
ease: "ease-in-out"
},
text: "text-xs text-center",
rounded: "rounded-lg",
zIndex: "z-10",
interactive: false,
width: "w-max"
};