Socket
Socket
Sign inDemoInstall

@commercetools-uikit/spacings-inline

Package Overview
Dependencies
75
Maintainers
3
Versions
702
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @commercetools-uikit/spacings-inline

An inline spacing component renders its children horizontally with a consistent spacing between them.


Version published
Weekly downloads
12K
decreased by-24.2%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

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---

If you need to use flex-wrap CSS property, consider using instead the component <Grid />.

Scales

ScalePixel
xs4
s8
m16
l24
xl32

Keywords

FAQs

Last updated on 15 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc