primevue-examples icon indicating copy to clipboard operation
primevue-examples copied to clipboard

Metergroup: container should be named: meters

Open Johardmeier opened this issue 7 months ago • 0 comments

I am not sure enough to make a pullrequest, but I think in metergroup.js: the metercontainer section should be just meters:

` root: ({ props }) => ({ class: [ // Flexbox 'flex gap-4',

        { 'flex-col': props.orientation == 'horizontal', 'flex-row': props.orientation == 'vertical' }
    ]
}),
meters: ({ props }) => ({...

`

Johardmeier avatar Jun 26 '24 21:06 Johardmeier