UNPKG

holakit

Version:

Yet another design-driven UI component set.

9 lines (8 loc) 270 B
export class HolaContainer { render() { return h("slot", null); } static get is() { return "hola-container"; } static get encapsulation() { return "shadow"; } static get style() { return "/**style-placeholder:hola-container:**/"; } }