2.0.5 • Published 1 year ago

@kernvalley/components v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.1

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago