Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

hinthealth/layer-web-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layer Web Components

Wrapper around Layerfi React Components that allows easily using them from a vanila js SPA.

Usage

<head>
  <script src="./dist/layer-web-components.js"></script>
  <link rel="stylesheet" href="./dist/layer-web-components.css">
</head>

<body>
  <layer-bookkeeping-overview business-id="[BUSINESS ID]" environment="[LAYER ENV]" business-access-token="[ACCESS TOKEN]">
  <layer-bank-transactions-with-linked-accounts business-id="[BUSINESS ID]" environment="[LAYER ENV]" business-access-token="[ACCESS TOKEN]">
  <layer-reports business-id="[BUSINESS ID]" environment="[LAYER ENV]" business-access-token="[ACCESS TOKEN]">
</body>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors