Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 429 Bytes

Castor Tokens

This provides base and theme tokens for Castor design system, as npm package and Android library.

npm package

npm install @onfido/castor-tokens

Setup following package documentation.

Android library

repositories {
  mavenCentral()
}

dependencies {
  compile 'com.onfido.castor.tokens:x.y.z'
}

Setup following library documentation.