@nuxtwind/components
Version:
Component Library for Nuxt 3 using TailwindCSS
21 lines (20 loc) • 400 B
JavaScript
export default {
items: [],
color: {
label: "text-primary-500 dark:text-primary-500",
description: "text-gray-500 dark:text-gray-400"
},
text: {
label: "text-lg font-medium",
description: "text-sm"
},
label: "",
description: "",
multiple: false,
noRadio: false,
loading: false,
disabled: false,
width: "w-full",
generalCheckboxProps: {},
notZero: false
};