1.0.8 • Published 3 years ago

bp-web-components v1.0.8

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

Built With Stencil

BP's Web Components Library

This is a Web Component Library created using Stencil.

Distribution Options

Script tag

Use a script tag linked to a CDN copy of your published NPM module, for example:

<script type="module" src="https://unpkg.com/bp-web-components@latest/dist/bp-web-components/bp-web-components.esm.js"></script>

The initial script itself is extremely tiny and does not represent the entire library, it's only a small registry. You can use any or all components within your library anywhere within that webpage. Doesn't matter if the actual component was written within the HTML, or created with vanilla JavaScript, jQuery, React, etc. Only the components used on that page will actually be requested and lazy-loaded.

Replacing bp-web-components@latest with a nominal version is highly required, i.e. bp-web-components@1.0.5.

\

This component handles setting/getting key-value pairs to/from IndexedDB storage, together with timestamp information about the moment when they were saved.

Click here for detailed info.

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago