combo-tags

1.0.0 • Public • Published

Combo Tags

Turn Combo components into custom tags.

Documentation

Quick Example

HTML

<hello data-name="World"></hello>

JavaScript

ComboTags.add("hello", new class extends Combo.Component {
  render() {
    return `
      <h1>Hello ${this.data.name}</h1>
    `;
  }
}());

Contributing

See CONTRIBUTING.md

Readme

Keywords

none

Package Sidebar

Install

npm i combo-tags

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

224 kB

Total Files

16

Last publish

Collaborators

  • combo-js