New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

payment-ui-components

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

payment-ui-components

Generic UI components for Bambora/PaymentIQ

latest
Source
npmnpm
Version
2.1.6
Version published
Weekly downloads
91
-53.57%
Maintainers
1
Weekly downloads
 
Created
Source

Payment UI Components

A library of common components built with Vue JS.

Available components

  • Spinner
  • Input
  • ComboBox
  • ComboButton
  • Button
  • Dropdown
  • SlideInContent

Looking for the Grid or AceEditor component? They have moved to payment-ui-bo-components

Making changes?

Remember to update the changelog

To use package fetched from @Bambora-npm-registry

//Edit your package.json and add to dependencies:
"payment-ui-components": "latest"

npm install  //install your project

Local development

cd to payment-ui-components
npm link

cd to your project
npm link payment-ui-components
npm start

//import the component(s) you wish to develop from payment-ui-components (NOTE not with the @bambora-scope)
import { Button } from 'payment-ui-components'

When you have made changes to payment-ui-components you have to transpile it

npm run build:all //transpiles everything in /src to ES2015 and puts it in /dist

If your app as Hot-modules-reload (HMR) enabled it will auto-reload and show your changes.

Keywords

UI

FAQs

Package last updated on 01 Feb 2021

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