react-copy-mailto
react-copy-mailto copied to clipboard
Node module to add a copy popover on mailto links.
Add an option to prevent the actual email being displayed int he DOM—to avoid web scrapers—and instead rely entirely on JavaScript.
I was working on enhancing the UI of the package website, i found out that toolkit shrinks when the text input is smaller. i have attached a image for the...
Create an ESLint and prettier config, and set up a [pre-commit hook with husky and lin-staged.](https://www.orangejellyfish.com/blog/code-consistency-with-eslint-and-husky/)
currently, we are importing useState, useEffect, CSSProperties, etc.. from react each time when we need it, by this code is not looking clean and we are writing repetitive things. we...
The project is not properly documented in terms of - PULL REQUEST TEMPLATE - CONTRIBUTING GUIDELINES - CODE OF CONDUCT - ISSUE TEMPLATE I would like to work on this...
__What should we do?__ Add issue labeller action to add relevant labels to the issues once created. Add GitHub action to greet a first-time contributor for an issue or a...
Make the demo similar to what it is right now on https://devfolioco.github.io/react-otp-input/. With email, defaultTooltip, and copiedTooltip as modifiable props for now.
Just thinking component can have adjacent icon of copy and do what all its doing right now. Showing tooltip and updating tooltip value when it's copied. Email can work in...
The tooltip is by default shown on the top of the mailto link, add a prop so that it can be shown on the bottom as well.