Unstyled mode
export default {
unstyled: true, /* remove defalut styles for all components */
component: {
UButton: {
unstyled: false, /* but keep default styles for the UButton component */
button: {
base: "text-2xl absolute",
}
}
}
};Last updated