@nuxtwind/components
Version:
Component Library for Nuxt 3 using TailwindCSS
20 lines (19 loc) • 447 B
JavaScript
export default {
color: {
bg: "bg-gray-200 dark:bg-zinc-900",
navigationIcon: "text-black dark:text-white",
navigationIconHover: "hover:text-primary-700 dark:hover:text-primary-300"
},
fixed: false,
absolute: false,
sticky: false,
bottom: false,
extension: false,
shrinkOnScroll: false,
elevateOnScroll: false,
scrollOffset: void 0,
navigationIcon: false,
zIndex: "z-10",
height: "h-14",
target: "_self"
};