The scale
library offers a set of customizable UI components written in TypeScript
. The default theme
of the library can be easily replaced so that a corresponding corporate identity of a dedicated brand can be represented.
This repository uses lerna
and typescript
cd path-to/folder-name
git clone [email protected]:telekom/scale.git
cd scale
git checkout development
This repository uses yarn lerna
, for the symlinks to work correctly we use yarn
in favour of npm
yarn bootstrap
# build
yarn build
# components
cd packages/components
yarn start
We strongly recommend that the community help us make improvements and determine the future direction of the library. To report bugs within this package, please create an issue in this repository.
We strongly recommend you use the VSCode text editor
since most of our code is written in Typescript
and it offers amazing support for the language.