0.1.0 • Published 6 years ago

ember-external-link v0.1.0

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

ember-external-link

Build Status GitHub version npm version Dependency Status

An ember-cli addon with a shortcut of _blank HTML link.

Information

NPM

Install in ember-cli application

In your application's directory:

ember install ember-external-link

Usage

{{#external-link href="http://foo.bar"}}
    Wow!
{{/external-link}}

{{#external-link "http://foo.bar"}}
    Wow!
{{/external-link}}

{{external-link "http://foo.bar"}}

Contribute

If you want to contribute to this addon, please read the CONTRIBUTING.md.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details