To install Contra's UI Kit into your project follow the steps:
- Add the following to the projects
.npmrc
file:
@contra:registry=https://npm.pkg.github.com/
- Add
@contra/ui-kit
and its peer dependencies to the project:
# using yarn
yarn add @contra/ui-kit
To read the documentation, please visit uikit.contra.com.