4.2.3 • Published 9 months ago

@joist/element v4.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

1 year ago

4.0.0-next.52

1 year ago

4.0.0-next.50

1 year ago

4.0.0-next.40

1 year ago

4.0.0-next.41

1 year ago

4.0.0-next.44

1 year ago

4.0.0-next.45

1 year ago

4.0.0-next.42

1 year ago

4.0.0-next.48

1 year ago

4.0.0-next.49

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.2.3-next.22

10 months ago

4.2.3-next.21

10 months ago

4.0.0-next.30

1 year ago

4.2.3-next.20

10 months ago

4.0.0-next.33

1 year ago

4.0.0-next.34

1 year ago

4.0.0-next.31

1 year ago

4.0.0-next.32

1 year ago

4.0.0-next.37

1 year ago

4.0.0-next.38

1 year ago

4.0.0-next.35

1 year ago

4.0.0-next.36

1 year ago

4.0.0-next.39

1 year ago

4.2.3-next.8

10 months ago

4.2.3-next.7

10 months ago

4.2.3-next.9

10 months ago

4.2.3-next.4

10 months ago

4.2.3-next.3

10 months ago

4.2.3-next.6

10 months ago

4.2.3-next.5

10 months ago

4.2.3-next.0

10 months ago

4.2.1-next.0

11 months ago

4.2.3-next.2

10 months ago

4.2.3-next.1

10 months ago

4.0.0-next.22

1 year ago

4.0.0-next.23

1 year ago

4.0.0-next.20

1 year ago

4.0.0-next.21

1 year ago

4.0.0-next.26

1 year ago

4.0.0-next.27

1 year ago

4.0.0-next.24

1 year ago

4.0.0-next.25

1 year ago

4.0.0-next.28

1 year ago

4.0.0-next.29

1 year ago

4.0.0-next.15

1 year ago

4.0.0-next.16

1 year ago

4.0.0-next.19

1 year ago

4.0.0-next.17

1 year ago

4.0.0-next.18

1 year ago

4.2.4-next.8

9 months ago

4.2.4-next.9

9 months ago

4.2.4-next.4

10 months ago

4.2.4-next.5

9 months ago

4.2.4-next.7

9 months ago

4.2.4-next.0

10 months ago

4.2.4-next.1

10 months ago

4.2.4-next.2

10 months ago

4.2.4-next.3

10 months ago

4.2.3-next.11

10 months ago

4.2.3-next.10

10 months ago

4.2.3-next.14

10 months ago

4.2.3-next.13

10 months ago

4.2.3-next.12

10 months ago

4.2.3

10 months ago

4.2.2

11 months ago

4.2.1

11 months ago

4.2.0

11 months ago

4.2.3-next.19

10 months ago

4.2.3-next.18

10 months ago

4.2.3-next.17

10 months ago

4.2.3-next.16

10 months ago

4.1.0

1 year ago

4.1.1

12 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

2 years ago

3.9.0

2 years ago

3.4.0

2 years ago

4.0.0-next.8

2 years ago

4.0.0-next.7

2 years ago

4.0.0-next.6

2 years ago

3.8.0

2 years ago

3.6.0

2 years ago

4.0.0-next.1

2 years ago

4.0.1-next.1

2 years ago

4.0.1-next.0

2 years ago

4.0.0-next.5

2 years ago

4.0.0-next.4

2 years ago

4.0.0-next.3

2 years ago

4.0.0-next.2

2 years ago

3.7.0

2 years ago

3.5.0

2 years ago

3.2.1

2 years ago

3.2.0

2 years 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

3 years ago

3.0.0-next.18

3 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

3 years ago

3.0.0-rc.2

3 years ago

3.0.0-rc.1

3 years ago

3.0.0-next.11

3 years ago

3.0.0-next.10

3 years ago

3.0.0-next.13

3 years ago

3.0.0-next.12

3 years ago

3.0.0-next.2

3 years ago

3.0.0-next.1

3 years ago

3.0.0-next.4

3 years ago

3.0.0-next.3

3 years ago

3.0.0-next.15

3 years ago

3.0.0-next.14

3 years ago

3.0.0-next.16

3 years ago

3.0.0-next.9

3 years ago

3.0.0-next.6

3 years ago

3.0.0-next.5

3 years ago

3.0.0-next.8

3 years ago

3.0.0-next.7

3 years ago

3.0.0-2

3 years ago

2.0.0-next.2

4 years ago

2.0.0-next.1

4 years ago