shrouder
v0.1.0
Published
A safeguard against spam bots by creating your email via javascript.
Downloads
10
Maintainers
Readme
A safeguard against spam bots by creating your email via javascript.
Documentation
Installation
Installing via bower
bower install shrouder
How to Use
Simply add the appropriate data-attributes to your element.
<a href="#" class="button small secondary" data-toggle="email" data-user="hello" data-domain="haleks.ca" data-text="email us"></a>
This element will be converted automatically to the following element.
<a href="mailto:[email protected]" class="button small secondary" itemprop="email">Email</a>
License
Shrouder is licensed under The MIT License (MIT).