@nuxtwind/components
Version:
Component Library for Nuxt 3 using TailwindCSS
19 lines (18 loc) • 497 B
JavaScript
export default {
color: {
label: "text-black dark:text-gray-300",
description: "text-gray-500 dark:text-gray-400",
iconInactive: "text-gray-500 dark:text-gray-400",
iconActive: "text-primary-800 dark:text-primary-800",
hover: "group-hover:text-secondary-700 dark:group-hover:text-secondary-700"
},
text: {
label: "text-sm font-medium",
description: "text-xs font-normal"
},
label: "",
description: "",
radio: false,
disabled: false,
loading: false
};