InlineCluster
Use case
The InlineCluster component is designed constistent spacing around inline elements of variable width
How to install
If you haven't already, install styled-components
:
npm install styled-components
Then install the stack component
npm install @bedrock-layout/inline-cluster
Basic usage
Lorem ipsum dolor
sit amet consectetur
adipisicing elit.
Storybook
Checkout storybook for more details.
Properties
Property | Type | Default |
---|---|---|
gutter | One of: none, xs, sm, md, lg, xl, xxl | lg |
justify | One of: start, end, center | start |
align | One of: start, end, center | start |