Skip to content

Design (base and theme) tokens for Castor, as npm package and Android library

License

Notifications You must be signed in to change notification settings

onfido/castor-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.