Inline
If you want to learn more about the spacing components take a look at this article.
Example
import Spacings from "@finanzchef24gmbh/design-system/spacings";
<Spacings.Inline scale="medium">
<Card />
<Card />
<Card />
</Spacings.Inline>;
Properties
| Props | Type | Required | Values | Default |
|---|---|---|---|---|
scale | String | - | all Spacing.scales values are allowed | small |
alignItems | oneOf | - | ['stretch', 'flexStart', 'flexEnd', 'center'] | stretch |
children | PropTypes.node | - | - | - |