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