Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
The Stack component is a simple wrapper around the flexbox layout model that allows to easily create responsive and flexible layouts. It provides a simple and intuitive way to align and distribute items within a container either horizontally or vertically.
Name | Description | Default |
---|---|---|
gap | ResponsiveProp<ThemeSpacingTokens> | - |
alignItems | ResponsiveProp<AlignItems> | - |
justifyContent | ResponsiveProp<JustifyContent> | - |
direction | ResponsiveProp<Direction> | - |
wrap | ResponsiveProp<Wrap> | - |
grow | Sets the property flex-grow ResponsiveProp<number> | - |
shrink | Sets the property flex-shrink ResponsiveProp<number> | - |
basis | Sets the property flex-basis ResponsiveProp<FlexBasis> | - |
flex | Sets the property flex ResponsiveProp<Flex> | - |
minWidth | ResponsiveProp<MinWidth<number>> | - |
maxWidth | ResponsiveProp<MaxWidth<number>> | - |
width | ResponsiveProp<Width<number>> | - |
minHeight | ResponsiveProp<MinHeight<number>> | - |
maxHeight | ResponsiveProp<MaxHeight<number>> | - |
height | ResponsiveProp<Height<number>> | - |