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) 150 B
import { HeroMedia } from './hero-media/hero-media.js'; if (!customElements.get('hero-media')) { customElements.define('hero-media', HeroMedia); }