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) 148 B
import { Slider } from './slider/slider.js'; if (!customElements.get('slider-component')) { customElements.define('slider-component', Slider); }