🏠StackVersion: 0.136.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 CodeFluidButton 1Button 2Button 3Button 1Button 2Button 3Show CodeAlignButton 1Button 2Button 3Button 1Button 2Button 3Show 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