9.1.10 • Published 8 months ago

@xeaone/element v9.1.10

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
8 months ago

X-Element

A zero knowledge curve, agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element and language standards.

Features

  • 👶 Simple If you know HTML, JS, and Template Literals then you know how to use X-Element

  • Agnostic Use XElement with any framework or library - Lit, Vue, React, Angular.

  • Reactive Efficient two way reactive databinding by default.

  • Fast Rendering is blazing fast, because XElement only interacts with the dynamic DOM Nodes.

  • 📦 Small ~(15)KB minified.

  • 🧭 Router Client side routing using the new Navigation API

Learn

https://xeaone.github.io/element/

Example

import { component, html } from '/x-element.js';

export default class greet extends component {

    greeting = 'Default Greeting';
    greet = () => this.greeting = 'Updated Greeting';

    render = () => html`
        <h1>this.greeting</h1>
        <button onclick=${this.greet}>Greet</button>
    `;

}

Use

The two directories to use are module and bundle. Bundle includes ESNext and ES2015 js bundles. Module contains ESM files with .js, .ts, and .d.ts.

https://www.npmjs.com/package/@xeaone/element

https://esm.sh/@xeaone/element/module/index.ts https://esm.sh/@xeaone/element/module/index.js

https://cdn.jsdelivr.net/gh/xeaone/element/module/index.ts https://cdn.jsdelivr.net/gh/xeaone/element/module/index.js

Author

xeaone

License

This project is licensed under the MPL-2.0 License

9.1.10

8 months ago

8.4.0

10 months ago

9.1.1

9 months ago

9.1.0

9 months ago

9.1.9

8 months ago

9.1.8

9 months ago

9.1.7

9 months ago

9.1.6

9 months ago

9.1.5

9 months ago

9.1.4

9 months ago

9.1.3

9 months ago

9.1.2

9 months ago

9.0.1

10 months ago

9.0.0

10 months ago

8.2.6

1 year ago

8.3.0

12 months ago

8.2.3

1 year ago

8.1.4

1 year ago

8.2.2

1 year ago

8.1.3

1 year ago

8.2.5

1 year ago

8.1.6

1 year ago

8.2.4

1 year ago

8.1.5

1 year ago

8.1.0

1 year ago

8.0.0

1 year ago

8.2.1

1 year ago

8.1.2

1 year ago

8.2.0

1 year ago

8.1.1

1 year ago

7.3.12

2 years ago

7.3.11

2 years ago

7.3.10

2 years ago

7.3.9

2 years ago

7.3.8

2 years ago

7.3.7

2 years ago

7.3.6

2 years ago

7.3.5

2 years ago

7.3.4

2 years ago

7.3.3

2 years ago

7.3.2

2 years ago

7.3.1

2 years ago

7.3.0

2 years ago

7.2.9

2 years ago

7.2.8

2 years ago

7.2.7

2 years ago

7.2.6

2 years ago

7.2.5

2 years ago

7.2.4

2 years ago

7.2.3

2 years ago

7.2.2

2 years ago