@nuxtwind/components
Version:
Component Library for Nuxt 3 using TailwindCSS
27 lines (26 loc) • 521 B
JavaScript
export default {
color: {
bg: "bg-gray-200 dark:bg-zinc-900",
overlayBg: "bg-black/50"
},
absolute: false,
fixed: true,
zIndex: "z-[100]",
overlay: true,
disableOverflow: true,
expandOnHover: {
width: "w-12",
hoverWidth: "hover:w-80"
},
transition: {
duration: "duration-300",
ease: "ease-in-out"
},
noMobile: false,
mobileWidth: 768,
border: "border-r dark:border-zinc-700 border-gray-500",
right: false,
permanent: false,
height: "h-screen",
width: "w-80"
};