node-notify

Notification Library on webpage @developmentStage

Stars
4

notify

Notification Library for Frontend application

const DEFAULT_NOTIFY_OPTIONS = {
  text: "Your Message",
  position: "bottom-right",
  autoClose: 2000,
  onClose: () => {},
  canClose: true,
  showProgress: true,
  backGroundColor: "white",
  progressBarColor: "#616a6b",
  type: "default",
};