0.2.0 • Published 9 years ago

ember-helpers-render-component v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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