🏠StackVersion: 0.133.0StackOverviewCodeWhat is this?Stack is a layout component that makes it easy to stack elements together and apply a space between them.SpaceButton 1Button 2Button 3Button 1Button 2Button 3Show CodeDirectionButton 1Button 2Button 3Button 1Button 2Button 3Show CodeFluidReferenceError: Box is not definedShow CodeAlignReferenceError: Box is not definedShow CodeResponsiveFirstSecondThirdFourthFifthShow CodeUsageimport { Stack } from '@vtex/admin-ui'function Example() { return <Stack>{/* Stacked elements */}</Stack>}CopyCopy codePropsExtends div propsNameTypeDescriptionRequiredDefaultdirectionResponsiveProp<'row', or 'column'>Direction of items🚫'column'fluidResponsiveProp<boolean>If the items should grow in width to match the container🚫falsespaceResponsiveProp<CSSPropAutocomplete<SpaceTokens>>Space between items🚫0alignResponsiveProp<'start' or 'end'>Items alignment🚫startWhat is this?SpaceDirectionFluidAlignResponsive