Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ define
Method
define
website/script/index.js:641–643 ·
view source on GitHub ↗
(tagName = "example-picker")
Source
from the content-addressed store, hash-verified
639
640
class
ExamplePicker extends HTMLElement {
641
static define(tagName =
"example-picker"
) {
642
customElements.define(tagName, this);
643
}
644
645
connectedCallback() {
646
this.addEventListener(
"change"
, this);
Callers
nothing calls this directly
Calls
1
define
Method · 0.45
Tested by
no test coverage detected