react-obfuscate-email
Advanced tools
Weekly downloads
Changelog
v1.1.2
Full Changelog: https://github.com/MauricioRobayo/react-obfuscate-email/compare/v1.1.0...v1.1.2
Readme
📧🚫🤖 A lightweight email obfuscator React component.
Until you hover or focus on the link, the @
symbol is stripped out and rendered using ::after
css pseudo-element, and the href
attribute value is replaced with #
.
npm install --save react-obfuscate-email
import { Email } from "react-obfuscate-email";
export default function SomeComponent() {
return <Email email="test@example.com">📧 Email me!</Email>;
}
Read the documentation 📘.
The component is written in TypeScript and type definitions are included.
All type of contributions are welcome!
Give a ⭐️ if you like this project!
FAQs
[](https://www.npmjs.com/package/react-obfuscate-email) [](https://github.com/Mauric
The npm package react-obfuscate-email receives a total of 229 weekly downloads. As such, react-obfuscate-email popularity was classified as not popular.
We found that react-obfuscate-email demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.