Stretchable with minimum viable size.
Content has a desirable size but it should be able to grow and fill the space on the transition from landscape to portrait.
// Grids are also composableinterface Props extends DefaultProps {/** Defaults to 0 max(5vw, 2rem);*/gap?: string;/** 🚨 Min size of a column, defaults to 400px */size?: string;/** Stretch children to equalize their height*/stretch?: boolean;/** Dense grid */masonry?: boolean;}
Code snippet hidden
Your screen is too small.