#Flex, the Mantine way ?
3 messages · Page 1 of 1 (latest)
perhaps you want a Grid, then you can set widths pretty straightforwardly and also make them responsive
https://mantine.dev/core/grid/#auto-sized-columns
https://mantine.dev/core/grid/#change-columns-count
Thank you, indeed it is interesting even if you have to wrap with <Grid.Col> for each child. But it is a viable alternative