ember-helpers-render-component

Ember Helper that allows you to render a component by specifying the component's name. Any parameters bound to the helper will automatically be bound to the component.

Usage no npm install needed!

<script type="module">
  import emberHelpersRenderComponent from 'https://cdn.skypack.dev/ember-helpers-render-component';
</script>

README

ember-helpers-render-component

Ember Helper that allows you to render a component by specifying the component's name. Any parameters bound to the helper will automatically be bound to the component.

{{render-component 'async-button' action='save'}}

Installation

  • npm install --save-dev ember-helpers-render-component

Running Tests

  • ember test
  • ember test --server