10.39.3 • Published 4 years ago

@commercetools-uikit/inline v10.39.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Inline

Description

If you want to learn more about the spacing components take a look at this article.

Usage

import SpacingsInline from '@commercetools-uikit/spacings-inline';

<SpacingsInline scale="m">
  <FlatButton />
  <FlatButton />
  <FlatButton />
</SpacingsInline>;

Using Spacings preset

Inline spacing can be imported and used via spacings preset as well.

import Spacings from '@commercetools-uikit/spacings';

<Spacings.Inline scale="m">
  <FlatButton />
  <FlatButton />
  <FlatButton />
</Spacings.Inline>;

Properties

PropsTypeRequiredValuesDefault
scaleString-['xs', 's', 'm', 'l', 'xl']s
alignItemsoneOf-['stretch', 'flex-start', 'flex-end', 'center', 'baseline']flex-start
justifyContentoneOf-['flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly']flex-start
childrenPropTypes.node---

Scales

ScalePixel
xs4
s8
m16
l24
xl32