# @manifest-ui/tokens

> Design tokens for manifest-ui projects

Latest version **0.3.0** (published 2022-04-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @manifest-ui/tokens
pnpm add @manifest-ui/tokens
yarn add @manifest-ui/tokens
bun add @manifest-ui/tokens
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2022-04-25 |
| First published | 2022-04-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 22.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | project44 |
| Maintainers | yhbrandon, bclark-44 |

## Links

- npm: https://www.npmjs.com/package/@manifest-ui/tokens
- Repository: https://github.com/project-44/manifest-ui
- Homepage: https://github.com/project-44/manifest-ui#readme
- Issues: https://github.com/project-44/manifest-ui/issues
- npm.io page: https://npm.io/package/@manifest-ui/tokens

## Recent versions

- 0.3.0 (latest) — 2022-04-25
- 0.2.2 — 2022-04-20
- 0.2.1 — 2022-04-20
- 0.2.0 — 2022-04-20
- 0.1.0 — 2022-04-13

## README

# @manifest-ui/tokens

Design tokens for manifest-ui projects

## Installation

```sh
yarn add @manifest-ui/tokens
```

## Usage

Use the `getToken` function to return the token value.

```ts
import { getToken } from '@manifest-ui/tokens';

const backgroundColor = getToken('color-background-primary');
```

### Raw Values

You can also access the raw token value, however, this is not recommended as these are subject to
change.

```ts
import { COLOR_BACKGROUND_PRIMARY } from '@manifest-ui/tokens';
```

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