Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

ember-mail-to
==============================================================================

[![Build Status](https://travis-ci.org/veelenga/ember-mail-to.svg?branch=master)](https://travis-ci.org/veelenga/ember-mail-to)
[![npm](https://img.shields.io/npm/v/ember-mail-to.svg?color=blue)](https://www.npmjs.com/package/ember-mail-to)
[![Ember Observer Score](https://emberobserver.com/badges/ember-mail-to.svg)](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).