Install
Install Hightouch UI via the following command:
pnpm add @hightouchio/ui @emotion/react @emotion/styled
Hightouch UI is hosted on GitHub Packages. It's required to log in first before installation:
- Create a personal access token with
read:packagesscope. If you intend to contribute to Hightouch UI and publish new releases, selectwrite:packagesscope too. - Run
npm login --owner=@hightouchio --registry=https://npm.pkg.github.com/to log in. - Enter your personal access token you've created earlier instead of a password.
- You're all set to install
@hightouchio/uipackage.