grharry
grharry
NNuxt
Created by grharry on 8/14/2024 in #❓・help
Nuxt UI Pro CardGroup Config
How do I edit the config for the prose CardGroup component in app.config.ts? I have tried a few of the following variants
prose: {
card: {
group: {
wrapper: 'grid sm:grid-cols-2 gap-4 p-1',
},
},
},

prose: {
cardgroup: {
wrapper: 'grid sm:grid-cols-2 gap-4 p-1',
},
},
prose: {
card: {
group: {
wrapper: 'grid sm:grid-cols-2 gap-4 p-1',
},
},
},

prose: {
cardgroup: {
wrapper: 'grid sm:grid-cols-2 gap-4 p-1',
},
},
as well as variants where it is not nested under prose? Thank you!
1 replies