Inline stack
Use to display children horizontally in a row. Based on CSS Flexbox.
Props
No props found for this component, run `yarn gen:docs` to generate component meta first.
Slots
No slots found for this component, run `yarn gen:docs` to generate component meta first.
Related components
- To create the large-scale structure of pages, use the InlineGrid component
- To display elements vertically, use the BlockStack component
Related resources
- InlineStack props are named following the convention of CSS logical properties, such as
align="start"vs.align="left"andblockAlign="end"vs.verticalAlign="bottom". Learn more about CSS logicial properties.
