Skip to content

Instantly share code, notes, and snippets.

@el3um4s
Last active October 15, 2022 14:06
Show Gist options
  • Save el3um4s/6edde7ccdf5658e10c2c9f1b7f085553 to your computer and use it in GitHub Desktop.
Save el3um4s/6edde7ccdf5658e10c2c9f1b7f085553 to your computer and use it in GitHub Desktop.
MEDIUM - How To Show Notifications in Web Application - 14
import notifications from "./Notification";
const copyText = () => {
navigator.clipboard.writeText(cipherText);
notifications.send({
message: "Copied to clipboard",
type: "success",
timeout: 1500,
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment