Intro
design-token-library
is a TypeScript library for managing Design Tokens. It's interface is based off of the Design Token Community Group (DTCG), and aims to be a lightweight and type-safe library with core behavior that can be used in any JavaScript runtime.
design-token-library
supports:
- Design token aliasing
- Computed values
- Lazy value evaluation
- Change subscription
- Library extension
Installation
Install using your package manager of choice from the NPM registry.
npm install design-token-library