UNPKG

@gdwc/components

Version:

A library of generic web components that are accessible, framework agnostic, possible to style, and easy to use with data provided by Drupal

6 lines (4 loc) 150 B
import { GdwcImage } from './gdwc-image/gdwc-image.js'; if (!customElements.get('gdwc-image')) { customElements.define('gdwc-image', GdwcImage); }