#Grid.Col v7 how to deal with responsive columns now?
4 messages · Page 1 of 1 (latest)
Thank you @final mortar, sorry for that 😅
4 messages · Page 1 of 1 (latest)
Hi I've successfully migrated to mantine v7 but I still need some explanations regarding Grid.Col, until now I could use breakpoint props to handle it but now it's deprecated and I'd like to know how to migrate this, sorry I couldn't find this in the doc.
<Grid.Col sm={12} md={9}>
Thanks for your help
I think I found it,
<Grid.Col span={{ sm: 12, md: 9 }}>
Thank you @final mortar, sorry for that 😅