https://github.com/veelenga/ember-mail-to
Ember component to create HTML mailto links
https://github.com/veelenga/ember-mail-to
emberjs emberjs-addon mailto
Last synced: about 1 month ago
JSON representation
Ember component to create HTML mailto links
- Host: GitHub
- URL: https://github.com/veelenga/ember-mail-to
- Owner: veelenga
- License: mit
- Created: 2019-03-31T18:14:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T18:56:52.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T17:21:17.783Z (about 2 months ago)
- Topics: emberjs, emberjs-addon, mailto
- Language: JavaScript
- Homepage:
- Size: 300 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-mail-to
==============================================================================[](https://travis-ci.org/veelenga/ember-mail-to)
[](https://www.npmjs.com/package/ember-mail-to)
[](https://emberobserver.com/addons/ember-mail-to)Ember component to create [HTML mailto links](https://tools.ietf.org/html/rfc6068).
Installation
------------------------------------------------------------------------------```
ember install ember-mail-to
```Usage
------------------------------------------------------------------------------```hbs
Click here to send an email
```
Creates the following element:
```html
Click here to send an email
```License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).