@project44-manifest/design-tokens
TypeScript icon, indicating that this package has built-in type declarations

3.1.1 • Public • Published

@project44-manifest/design-tokens

Design Tokens for Manifest Design System, project44's design system.

For a full list of tokens, please see the documentation website

Installation

yarn add @project44-manifest/design-tokens

Usage

Constants

Each token is represented as a constants and can be imported directly.

import { colorPaletteBlue50 } from '@project44-manifest/design-tokens';

Object

All tokens can be accessed via a javascript object, this is useful for composing themes.

import { tokens } from '@project44-manifest/design-tokens';

console.log(tokens.color.palette.blue[50]);

Contributing

Contributions are always welcome!! Please review our Contribution Guide to get started.

License

Licensed under the MIT.

Package Sidebar

Install

npm i @project44-manifest/design-tokens

Weekly Downloads

141

Version

3.1.1

License

MIT

Unpacked Size

156 kB

Total Files

26

Last publish

Collaborators

  • bclark-44