# @themeables/core

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

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

## Install

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

## 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 | 4.1.0 |
| Published | 2021-05-06 |
| First published | 2019-12-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=12.13.0 |
| Dependencies | 2 |
| Unpacked size | 11.3 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/core
- 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/core

## Dependencies (2)

- [refun](https://npm.io/package/refun.md) ^3.0.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.13.17

## Recent versions

- 4.1.0 (latest) — 2021-05-06
- 4.0.1 — 2021-02-01
- 4.0.0 — 2020-11-04
- 3.0.0 — 2020-10-15
- 2.1.0 — 2020-10-05
- 2.0.2 — 2020-08-31
- 2.0.0 — 2020-04-27
- 1.0.0 — 2020-01-23
- 0.1.0 — 2019-12-12

## README

# @themeables/background

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

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

```ts
type TThemeableBackground = {
  color: TColor,
  topLeftRadius?: number,
  topRightRadius?: number,
  bottomRightRadius?: number,
  bottomLeftRadius?: number,
}
```

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

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