4.2.3 • Published 4 months ago

@joist/element v4.2.3

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

Element

Create a shadow root and apply styles and html as defined

Installation:

npm i @joist/element

Example:

import { tagName, shadow, css, html, attr, listen, element } from '@joist/element';

@element
export class MyElement extends HTMLElement {
  // define a custom element
  @tagName static tagName = 'my-element';

  // apply styles to shadow dom
  @shadow styles = css`
    :host {
      display: block;
      color: red;
    }
  `;

  // apply html to shadow dom
  @shadow template = html`
    <slot></slot>
  `;

  // define attributes
  @attr accessor value = 0;

  // listen for events
  @listen('click') onClick() {
    console.log('clicked!')
  }
}
4.0.0-next.51

9 months ago

4.0.0-next.52

9 months ago

4.0.0-next.50

9 months ago

4.0.0-next.40

10 months ago

4.0.0-next.41

10 months ago

4.0.0-next.44

9 months ago

4.0.0-next.45

9 months ago

4.0.0-next.42

9 months ago

4.0.0-next.48

9 months ago

4.0.0-next.49

9 months ago

4.0.1

9 months ago

4.0.0

9 months ago

4.2.3-next.22

5 months ago

4.2.3-next.21

5 months ago

4.0.0-next.30

11 months ago

4.2.3-next.20

5 months ago

4.0.0-next.33

10 months ago

4.0.0-next.34

10 months ago

4.0.0-next.31

11 months ago

4.0.0-next.32

11 months ago

4.0.0-next.37

10 months ago

4.0.0-next.38

10 months ago

4.0.0-next.35

10 months ago

4.0.0-next.36

10 months ago

4.0.0-next.39

10 months ago

4.2.3-next.8

6 months ago

4.2.3-next.7

6 months ago

4.2.3-next.9

6 months ago

4.2.3-next.4

6 months ago

4.2.3-next.3

6 months ago

4.2.3-next.6

6 months ago

4.2.3-next.5

6 months ago

4.2.3-next.0

6 months ago

4.2.1-next.0

7 months ago

4.2.3-next.2

6 months ago

4.2.3-next.1

6 months ago

4.0.0-next.22

11 months ago

4.0.0-next.23

11 months ago

4.0.0-next.20

11 months ago

4.0.0-next.21

11 months ago

4.0.0-next.26

11 months ago

4.0.0-next.27

11 months ago

4.0.0-next.24

11 months ago

4.0.0-next.25

11 months ago

4.0.0-next.28

11 months ago

4.0.0-next.29

11 months ago

4.0.0-next.15

11 months ago

4.0.0-next.16

11 months ago

4.0.0-next.19

11 months ago

4.0.0-next.17

11 months ago

4.0.0-next.18

11 months ago

4.2.4-next.8

4 months ago

4.2.4-next.9

4 months ago

4.2.4-next.4

5 months ago

4.2.4-next.5

5 months ago

4.2.4-next.7

5 months ago

4.2.4-next.0

5 months ago

4.2.4-next.1

5 months ago

4.2.4-next.2

5 months ago

4.2.4-next.3

5 months ago

4.2.3-next.11

6 months ago

4.2.3-next.10

6 months ago

4.2.3-next.14

5 months ago

4.2.3-next.13

5 months ago

4.2.3-next.12

5 months ago

4.2.3

5 months ago

4.2.2

6 months ago

4.2.1

6 months ago

4.2.0

7 months ago

4.2.3-next.19

5 months ago

4.2.3-next.18

5 months ago

4.2.3-next.17

5 months ago

4.2.3-next.16

5 months ago

4.1.0

9 months ago

4.1.1

8 months ago

4.0.0-next.13

1 year ago

4.0.0-next.11

1 year ago

4.0.0-next.12

1 year ago

3.9.2

1 year ago

4.0.0-next.10

1 year ago

4.0.0-next.9

1 year ago

3.9.1

1 year ago

3.9.0

1 year ago

3.4.0

1 year ago

4.0.0-next.8

1 year ago

4.0.0-next.7

1 year ago

4.0.0-next.6

1 year ago

3.8.0

1 year ago

3.6.0

1 year ago

4.0.0-next.1

1 year ago

4.0.1-next.1

1 year ago

4.0.1-next.0

1 year ago

4.0.0-next.5

1 year ago

4.0.0-next.4

1 year ago

4.0.0-next.3

1 year ago

4.0.0-next.2

1 year ago

3.7.0

1 year ago

3.5.0

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.8-next.0

2 years ago

3.0.8-next.1

2 years ago

3.0.0-next.19

2 years ago

3.0.0-next.18

2 years ago

3.0.4

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.0

2 years ago

3.0.0-next.20

2 years ago

3.0.0-rc.2

2 years ago

3.0.0-rc.1

2 years ago

3.0.0-next.11

2 years ago

3.0.0-next.10

2 years ago

3.0.0-next.13

2 years ago

3.0.0-next.12

2 years ago

3.0.0-next.2

2 years ago

3.0.0-next.1

2 years ago

3.0.0-next.4

2 years ago

3.0.0-next.3

2 years ago

3.0.0-next.15

2 years ago

3.0.0-next.14

2 years ago

3.0.0-next.16

2 years ago

3.0.0-next.9

2 years ago

3.0.0-next.6

2 years ago

3.0.0-next.5

2 years ago

3.0.0-next.8

2 years ago

3.0.0-next.7

2 years ago

3.0.0-2

2 years ago

2.0.0-next.2

4 years ago

2.0.0-next.1

4 years ago