All Projects → mariordev → Mailtoui

mariordev / Mailtoui

Licence: mit
A simple way to enhance your mailto links with a convenient user interface.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mailtoui

tabbis.js
Pure vanilla javascript tabs with nesting
Stars: ✭ 44 (-72.84%)
Mutual labels:  vanilla-javascript, vanilla-js, no-dependencies
X Ray
X-Ray is a script that lets users toggle password visibility in forms.
Stars: ✭ 40 (-75.31%)
Mutual labels:  no-dependencies, vanilla-js
Learn Vanilla Js
Open source list of paid & free resources to learn vanilla JavaScript
Stars: ✭ 945 (+483.33%)
Mutual labels:  vanilla-js, vanilla-javascript
Bin
A tiny (<1kb) localStorage and sessionStorage helper library.
Stars: ✭ 70 (-56.79%)
Mutual labels:  vanilla-js, vanilla-javascript
Gumshoe
A simple vanilla JS scrollspy script.
Stars: ✭ 640 (+295.06%)
Mutual labels:  no-dependencies, vanilla-js
Vanilla Lazyload
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
Stars: ✭ 6,596 (+3971.6%)
Mutual labels:  vanilla-js, vanilla-javascript
Fine Uploader
Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
Stars: ✭ 8,158 (+4935.8%)
Mutual labels:  vanilla-js, vanilla-javascript
Tabby
Lightweight, accessible vanilla JS toggle tabs.
Stars: ✭ 449 (+177.16%)
Mutual labels:  no-dependencies, vanilla-js
Right Height
Dynamically set content areas of different lengths to the same height.
Stars: ✭ 91 (-43.83%)
Mutual labels:  no-dependencies, vanilla-js
Vanilla Semantic Ui
Semantic UI component framework without jQuery
Stars: ✭ 97 (-40.12%)
Mutual labels:  vanilla-js, vanilla-javascript
Houdini
A simple, accessible show-and-hide/accordion script.
Stars: ✭ 148 (-8.64%)
Mutual labels:  no-dependencies, vanilla-js
Smooth Scroll
A lightweight script to animate scrolling to anchor links.
Stars: ✭ 5,350 (+3202.47%)
Mutual labels:  no-dependencies, vanilla-js
Atomic
A tiny, Promise-based vanilla JS Ajax/HTTP plugin with great browser support.
Stars: ✭ 526 (+224.69%)
Mutual labels:  no-dependencies, vanilla-js
Vanilla Emoji Picker
Modern emoji picker. Super light 2kb gzipped, simple and no frameworks 😻
Stars: ✭ 20 (-87.65%)
Mutual labels:  no-dependencies, vanilla-js
Bunny
BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
Stars: ✭ 473 (+191.98%)
Mutual labels:  vanilla-js, vanilla-javascript
Vanilla Ui Router
Simple vanilla JavaScript router
Stars: ✭ 42 (-74.07%)
Mutual labels:  vanilla-js, vanilla-javascript
Rallax.js
Dead simple parallax scrolling.
Stars: ✭ 1,441 (+789.51%)
Mutual labels:  vanilla-js, vanilla-javascript
Vanilla Datatables
A lightweight, dependency-free javascript HTML table plugin
Stars: ✭ 314 (+93.83%)
Mutual labels:  vanilla-js, vanilla-javascript
Darkmode Js
DarkModeJS helps you to auto detect user's time and switch theme to darkside
Stars: ✭ 328 (+102.47%)
Mutual labels:  vanilla-js, vanilla-javascript
Modals
Simple modal dialogue windows
Stars: ✭ 85 (-47.53%)
Mutual labels:  no-dependencies, vanilla-js

MailtoUI

A simple way to enhance your mailto links with a convenient user interface.

Latest release Total downloads License Share on Twitter

Introduction

MailtoUI is a JavaScript library that enhances your mailto links with a convenient user interface. It gives your users the flexibility to compose a new message using a browser-based email client or their default local email app.

MailtoUI is ideal for static sites or any other site where you don't want to spend time setting up a "Contact Us" form solution.

Quick Setup

STEP 1

Add MailtoUI via CDN to the bottom of your page, just before the closing </body> tag.

IMPORTANT: Be sure to replace [version] with the latest version number.

<body>
    ...
    ...
    <script src="https://cdn.jsdelivr.net/npm/[email protected][version]/dist/mailtoui-min.js"></script>
</body>

STEP 2

Attach your mailto link to MailtoUI by adding the class mailtoui to the <a> tag.

<a class="mailtoui" href="mailto:[email protected]">Contact Tony</a>

That's it! Your mailto link is now using MailtoUI. Refresh your page and try it out.

Documentation

For full documentation, visit mailtoui.com.

Contributing

If you're interested in contributing to MailtoUI, please follow the directions in the contributing docs before working on a pull request.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].