10.39.3 • Published 4 years ago

@commercetools-uikit/inset-squish v10.39.3

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

Inset Squish

Description

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

Usage

import SpacingsInsetSquish from '@commercetools-uikit/spacings-inset-squish';

// button component that uses SpacingsInsetSquish
<div className={styles.background}>
  <SpacingsInsetSquish scale="m">
    <Text.Detail>{/* SUBMIT */}</Text.Detail>
  </SpacingsInsetSquish>
</div>;

Using Spacings preset

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

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

// button component that uses SpacingsInsetSquish
<div className={styles.background}>
  <Spacings.InsetSquish scale="m">
    <Text.Detail>{/* SUBMIT */}</Text.Detail>
  </Spacings.InsetSquish>
</div>;

Properties

PropsTypeRequiredValuesDefault
scaleString-['s', 'm', 'l']m
childrenPropTypes.node---

Scales

ScalePixel
s4 x 8
m8 x 16
l16 x 32