yarn add @transferwise/components
This is a port of our styleguide components to react.
Documentation and demo can be found here
Heavily a work in progress.
Work that still needs doing:
- Missing styleguide components
- Clone the repo
- Run
npm install
to install dependencies. - Then run
npm start
to get a live-reloading dev environment - For tests run
npm run test:watch
to run livereloading tests.
Add components in feature branches, before creating a pull request update changelog and semantic version so the branch will be deployed and can be shared.
Docs will be automatically deployed when merging to master, and a new npm release (with corresponding github release) will be created as well. Be sure to increment the version in package.json
according to semver.