added codetriage badge in README
This commit is contained in:
parent
e6022bb73e
commit
009c6327dc
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
docs: <a href="https://www.npmjs.com/package/mailgo">npm</a>
|
docs: <a href="https://www.npmjs.com/package/mailgo">npm</a>
|
||||||
|
|
||||||
|
[](https://www.codetriage.com/manzinello/mailgo)
|
||||||
|
|
||||||
## what?
|
## what?
|
||||||
|
|
||||||
mailgo will substitute all the `mailto:` links with the **mailgo modal**
|
mailgo will substitute all the `mailto:` links with the **mailgo modal**
|
||||||
@ -35,14 +37,12 @@ you can also import mailgo in `<head>` using `defer`
|
|||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
(note: the GitHub `/dist` is totally unstable, use `unpkg` or `npm` to test **mailgo**, thanks!)
|
(note: the GitHub `/dist` folder is totally unstable, use `unpkg` to test **mailgo**, thanks!)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
|
|
||||||
### default
|
|
||||||
|
|
||||||
**by default all the `mailto:` links will be enabled with mailgo automatically** and will appear also cc, bcc, subject and body parameter, if provided
|
**by default all the `mailto:` links will be enabled with mailgo automatically** and will appear also cc, bcc, subject and body parameter, if provided
|
||||||
|
|
||||||
<small>(to exclude a single mailto link add to the `<a>` element the class `no-mailgo`)</small>
|
<small>(to exclude a single mailto link add to the `<a>` element the class `no-mailgo`)</small>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user