NuxtN
Nuxt17mo ago
grharry

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',
  },
},

as well as variants where it is not nested under prose? Thank you!
Was this page helpful?