UNPKG

@roots/bud-client

Version:

Client scripts for @roots/bud

10 lines (7 loc) 282 B
import {Component} from './indicator.component.js' import {Controller} from './indicator.controller.js' export const make = () => { if (customElements.get(`bud-activity-indicator`)) return customElements.define(`bud-activity-indicator`, Component) return new Controller() }