0.0.1-alpha.13 • Published 2 years ago

@quieto/design-tokens v0.0.1-alpha.13

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Quieto Design Tokens version 0.0.1-alpha.6

Quieto Design Tokens

Quito Design Tokens is a collection of tokens that are used for the implementation of the Quieto Component Library.

Usage

Getting the value from the global object

import { QuietoDesignTokens } from '@quieto/design-tokens';

Getting the value from a named export

import { ColorsRed100 } from '@quieto/design-tokens/js';