echobind/ember-links-with-follower

View on GitHub
addon/components/html-tag.js

Summary

Maintainability
A
0 mins
Test Coverage
import Component from 'ember-component';

/**
 * A component used to dynamically render html tags.
 *
 * ```hbs
 * \{{html-tag tagName="ul"}}
 * ```
 *
 * @class HtmlTag
 * @module Components
 */
export default Component.extend({});