1.10.0 • Published 8 months ago

@godown/element v1.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@godown/element

Component base class for godown.

Usage

import { GodownElement, component } from "@godown/element";

@component({
  tagName: "my-element",
  styles: [ /* ...styles */ ],
  autoDefine: true
})
class MyElement extents GodownElement {
}
<my-element></my-element>

With config

import { GodownElement, GodownConfig, godown, styles } from "@godown/element";

@godown("element")
@styles(/* ...styles */)
class MyElement extents GodownElement {
  static godownConfig = new GodownConfig({
    prefix: "my",
  });
}

MyElement.define()
1.2.0

11 months ago

1.1.0

11 months ago

1.0.0

1 year ago

1.9.1

8 months ago

1.9.0

9 months ago

1.8.1

10 months ago

1.8.0

10 months ago

1.7.0

10 months ago

1.6.1

10 months ago

1.6.0

10 months ago

1.5.0

10 months ago

1.4.0

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

0.1.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.0.3

1 year ago

0.2.0

1 year ago

1.10.0

8 months ago

0.4.0

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago