10.39.3 • Published 4 years ago

@commercetools-uikit/inset v10.39.3

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

Inset

Description

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

Usage

import SpacingsInset from '@commercetools-uikit/spacings-inset';

<SpacingsInset scale="m">{/* Container with padding 🎉  */}</SpacingsInset>;

Using Spacings preset

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

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

<Spacings.Inset scale="m">{/* Container with padding 🎉  */}</Spacings.Inset>;

Properties

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

Scales

ScalePixel
xs4
s8
m16
l24
xl32