@new-ui/spacings
Version:
26 lines (19 loc) • 502 B
Markdown
# New UI Spacings
## Install
Install New UI Spacings from your terminal via npm.
```
npm i @new-ui/spacings
```
To get started quickly, you can use the CDN files.
```html
<!-- Place this at the html head -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@new-ui/spacings@<version>/dist/index.css">
...
```
## Usage
```scss
// Place this at the top of your SCSS/CSS file
@use '@new-ui/spacings';
```
## Guides
- [Read our spacings guide](https://new-ui.com/docs/foundations/spacings)