1.4.0 • Published 11 months ago

@atomico/wrapper v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@atomico/wrapper

Captura el registro de los customElements para asi lograr optener su tagName

import { getDefinition } from "@atomico/wrapper";

class MyElement extends HTMLElement {}

customElements.define("my-element", MyElement);

console.log(getDefinition(MyElement)); // ["my-element", undefined];
1.4.0

11 months ago

1.3.0

11 months ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago