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) 162 B
import { GdwcHeading } from './gdwc-heading/gdwc-heading.js'; if (!customElements.get('gdwc-heading')) { customElements.define('gdwc-heading', GdwcHeading); }