Ember Element Helper

screenshot of Ember Element Helper

Dynamic element helper for Glimmer templates.

Overview

The ember-element-helper addon is a dynamic element helper for Glimmer templates. It provides a high fidelity reference implementation of RFC #389, which is currently not implemented in Ember.js. This addon acts as a polyfill for the feature and can be used on older versions of Ember.js while being inert on newer versions where the official implementation is available.

Features

  • Provides a polyfill implementation of RFC #389 for Glimmer templates
  • Compatible with Ember.js v3.28 or above, Ember CLI v3.28 or above, and Node.js v12 or above
  • Can be used with contextual components and first-class component templates

Summary

The ember-element-helper addon is a useful tool for working with dynamic elements in Glimmer templates. It provides a polyfill implementation of RFC #389, allowing you to use this feature on older versions of Ember.js. The addon comes with certain limitations, such as the inability to remove auto-generated id attributes or ember-view classes. However, it offers compatibility with Ember.js v3.28 or above and Ember CLI v3.28 or above. Overall, the ember-element-helper addon is a valuable addition to your Ember.js project when working with dynamic elements.