2.0.5 • Published 8 days ago

@kernvalley/components v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

@kernvalley/components

A collection of web components / custom elements from KernValley.US


CodeQL Node CI Lint Code Base

GitHub license GitHub last commit GitHub release GitHub Sponsors

npm node-current NPM Unpacked Size npm

GitHub followers GitHub forks GitHub stars Twitter Follow

Donate using Liberapay


Recommended

To ensure compatibility, please install @shgysk8zer0/polyfills or use https://unpkg.com/@shgysk8zer0/polyfills/all.min.js.

Installation

You don't have to install anything, but you can.

npm i @kernvalley/components

You can also just load everything from https://unpkg.com/@kernvalley/components/.

Examples

Kern Valley Events

JavaScript

import '@kernvalley/components/events.js';

customElements.whenDefined('krv-events').then(KRVEvents => {
  const cal = new KRVEvents();
  document.querySelector('.container').append(cal);
});

HTML

<script type="module" src="https://unpkg.com/@kernvalley/components/events.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<krv-events></krv-events>

Whiskey Flat Days Events

JavaScript

import '@kernvalley/components/wfd/events.js';

customElements.whenDefined('wfd-events').then(WFDEvents => {
  const cal = new WFDEvents();
  document.querySelector('.container').append(cal);
});

HTML

<script type="module" src="https://unpkg.com/@kernvalley/components/wfd/events.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<wfd-events></wfd-events>
2.0.5

8 days ago

2.0.4

8 days ago

2.0.3

14 days ago

2.0.2

15 days ago

2.0.1

28 days ago

2.0.0

1 month ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.1

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.1.0

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago