@joinbox/ui-components

UI components for the web

Usage no npm install needed!

<script type="module">
  import joinboxUiComponents from 'https://cdn.skypack.dev/@joinbox/ui-components';
</script>

README

Re-usable UI Components for and from Joinbox

Use

  • All components are custom elements.
  • Make sure to use the appropriate polyfill for old browsers. If not noted otherwise, only the custom element polyfill is needed.
  • Embed the JavaScript file that ends with Element; it defines the custom element on window.
  • If you are using Babel, install regenerator-runtime and import it before the elements via import 'regenerator-runtime/runtime.js';

Components

Tools

Tests

npm i && npm test