@transferwise/styleguide-components v10.0.0
styleguide-components
AngularJS components for TransferWise Bootstrap. The repo provides form controls, dynamic form components, validation, and some styling directives.
Live demo and documentation: https://transferwise.github.io/styleguide-components/
For detailed documentation on how to use JSON schema dynamic forms: https://transferwise.github.io/styleguide-components/requirements.html
For a playground where you can try out different JSON schemas in a live editor: https://transferwise.github.io/styleguide-components/playground.html
Installation
Import the latest version number from NPM.
dependencies: {
"@transferwise/styleguide-components": "^3.10.4",
}Include the distribution file (exact path depends on your yarn/npm/bower config).
<script src="node_modules/styleguide-components/dist/js/styleguide-components.min.js"></script>Within your angular application, simply add the module as a dependency for your application definition.
angular.module('my-app', ['tw.styleguide-components']);Contributing
Clone the project and run npm start, this will build the project and set up a
watch for changes.
To run the local server with live reload, you can run the following:
npm run devTo run the local server with live reload to view components requiring camera permissions, you can run the following:
npm run devhttpsTesting
To test, run npm test.
If you get errors while testing along the lines of:
libpng16.so.16: cannot open shared object file: No such file or directory
at Object.<anonymous> (node_modules/canvas/lib/bindings.js:3:18)Then be sure to install the necessary dependencies for your OS by following https://www.npmjs.com/package/canvas#compiling.
If you still can't able to find libpcre.so.1, and you're (still) on Ubuntu 16.04, well there's no libpcre.so.1 in the apt packages. Take guidance from this StackOverflow comment. You will need to download and extract the latest pcre-8.XX package from https://www.pcre.org/, ./configure, make, (sudo-)move the resulting .lib/libpcre.so.1.X.X to maybe /usr/lib, update its permissions, and ln -s libpcre.so.1 to it.
Releasing
In order to release a new version, here are the steps necessary:
Bump the version in
package.jsonand add description of the change inCHANGELOG.mdUse semver: http://semver.org
Make a pull request
Tests will be run automatically. You will need a review from a member of the @transferwise/frontend-guild.
Squash WIP commits and merge
Delete your branch after merging.
Build and release are made automatically on merge
CircleCI will:
- Build the project and publish it to github and npm
- Update the documentation available on http://transferwise.github.io/styleguide-components/
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago