🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

bank-linker

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bank-linker

A simple ui library for React

latest
npmnpm
Version
0.0.16
Version published
Maintainers
1
Created
Source

BankLinker

What Is BankLinker?

BankLinker is the easiest way to integrate Banks to your full stack TypeScript application.

Start

  • Install the packages
  npm i bank-linker
  • Add styles
import '../node_modules/bank-linker/dist/style.css';
  • Add env variables
  BANKLINKER_SECRET=... # A secret key for your app (starts with sk_live_)
  • Mount A Button And Upload!
import { Form } from "@...";
 
export default function Home() {
  return (
    <main className="flex min-h-screen flex-col items-center justify-between p-24">
      <Form />
    </main>
  );
}

FAQs

Package last updated on 01 Feb 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