Learn about the Inline component for UI extension layout management.
Inline
component uses flexbox styling to organize child components in a horizontal row. Similar to Flex
and Box
, use Inline
to manage the layout of a UI extension.
Prop | Type | Description |
---|---|---|
gap | 'flush' (default) | 'extra-small' , 'xs' | 'small' , 'sm' | 'medium' , 'md' | 'large' , 'lg' | 'extra-large' , 'xl' | The amount of spacing between components. |
justify | 'start' (default) | 'center' | 'end' | 'around' | 'between' | Distributes components along the main axis using the available free space. |
align | 'start' | 'center' | 'end' | 'baseline' | 'stretch' (default) | Distributes components along the cross-axis using the available free space. |