Wrapper around Layerfi React Components that allows easily using them from a vanila js SPA.
<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>