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

@alvarium/bank-accounts

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alvarium/bank-accounts

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

This project was bootstrapped with Create React App.

Bank Accounts (WebComponents)

This a web component to create and visualize bank accounts.

Develop

To start a local version of the bank-accounts component you need to execute the following commands:

First, make sure you have the latest version of the used libraries by executing:

yarn

Then, start the project with:

yarn start

This command should open a page in the browser with the url http://localhost:3000

Deployment

This component is deployed in a Gitlab Pages repository

Usage

To be able to use this repository in other projects you must add the script (JavaScript) and link (Styles) of the project.

To do so you just simply add the following lines of code to your index.html like so:

<link
  rel="stylesheet"
  href="https://alvarium-c.gitlab.io/bank-accounts/static/css/main.css"
/>

<script 
  type="text/javascript"
  src="https://alvarium-c.gitlab.io/bank-accounts/static/js/bundle.js"
/>

Then simply add the component wherever you want as so:

<bank-accounts
  token='32434t45y56u354yh4t3t3g2342t2t'
  endpoint='https://localhost'
  locale='es'
  user_id="4gt53gg433hy5323gg"
/>

token (string|uuid): The token for the bank-accounts service.

endpoint (string): The endpoint of the bank-accounts service.

locale (string): The language in which the bank-accounts should be displayed.

user_id (string|uuid): The id of the user to display and assign bank-accounts.

FAQs

Package last updated on 11 Jun 2024

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