@terminus/ui-spacing
v2.0.0
Published
<h1>Spacing</h1>
Keywords
Readme
Table of Contents
Installation
CSS imports
In your top level stylesheet, add these imports:
@import '~@terminus/design-tokens/css/library-design-tokens.css';
@import '~@terminus/ui-styles/terminus-ui.css';Usage
<div tsVerticalSpacing>My content!</div>Spacings
Any of the TsVerticalSpacingTypes values can be passed in:
<div tsVerticalSpacing="large--3">My content!</div>