1.0.0 • Published 8 years ago
combo-tags v1.0.0
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
1.0.0
8 years ago