const gaps = [0, '0.5rem', '1rem', '1.5rem', '3rem', '5rem']; const Stack = function ({ classes = '', gap = 0, align = 'center', justify = 'flex-start', direction = 'horizontal', fullWidth = false, fullHeight = false, wrap, children }) { return (