UNPKG

@keditor/components

Version:

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

6 lines (4 loc) 136 B
import { Card } from './card/card.js'; if (!customElements.get('card-component')) { customElements.define('card-component', Card); }