# @themeables/spacer

> > What is a _themeable_? You can find more in the [`@themeables` readme](..)

Latest version **1.1.0** (published 2021-05-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @themeables/spacer
pnpm add @themeables/spacer
yarn add @themeables/spacer
bun add @themeables/spacer
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2021-05-06 |
| First published | 2020-02-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=12.13.0 |
| Dependencies | 2 |
| Unpacked size | 4.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51 |
| Maintainers | julia.spehrer, ijigg, gideon.gur, irminakacz, atilaz, case.taintor, moria.am |

## Links

- npm: https://www.npmjs.com/package/@themeables/spacer
- Repository: https://github.com/bubble-dev/_
- Homepage: https://github.com/bubble-dev/_#readme
- Issues: https://github.com/bubble-dev/_/issues
- npm.io page: https://npm.io/package/@themeables/spacer

## Dependencies (2)

- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.13.17
- [@themeables/core](https://npm.io/package/@themeables/core.md) ^4.1.0

## Recent versions

- 1.1.0 (latest) — 2021-05-06
- 1.0.1 — 2021-02-01
- 1.0.0 — 2020-11-04
- 0.4.0 — 2020-10-15
- 0.3.0 — 2020-10-05
- 0.2.1 — 2020-08-31
- 0.2.0 — 2020-04-27
- 0.1.0 — 2020-02-24

## README

# @themeables/spacer

> What is a _themeable_? You can find more in the [`@themeables` readme](..)

Properties that the theme function for the `@themeables/spacer` should return:

```ts
type TThemeableSpacer = {
  blockStart?: number,
  blockEnd?: number,
  inlineStart?: number,
  inlineEnd?: number,
}
```

You can see a full example usage in [the meta file](meta.tsx)

---
_Source: https://npm.io/package/@themeables/spacer · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
