Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@transferwise/styleguide-components

Package Overview
Dependencies
Maintainers
104
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transferwise/styleguide-components

TransfeWise AngularJS 1.x Styleguide Components

  • 3.0.4
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
104
Weekly downloads
 
Created
Source

styleguide-components

AngularJS components for TransferWise Bootstrap. The repo provides form controls, dynamic form components, validation, and some styling directives.

Live demo and documentation http://transferwise.github.io/styleguide-components/

Installation

Use yarn, npm or bower to import the latest version. Specify at least a major version so that you can manage breaking changes.

dependencies: {
    "styleguide-components": "https://github.com/transferwise/styleguide-components.git#vX.X.X",
}

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 dev

Releasing

In order to release a new version, here are the steps necessary:

  1. Bump the version in package.json and add description of the change in CHANGELOG.md

    Use semver: http://semver.org

  2. Make a pull request

    Tests will be run automatically. You will need a review from a member of the @transferwise/frontend-guild.

  3. Squash WIP commits and merge

    Delete your branch after merging.

  4. Build and release are made automatically on merge

    CircleCI will:

Keywords

FAQs

Package last updated on 28 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc