1.0.4 • Published 2 years ago

react-push-notifications v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Push Notifications

Simple and customizable push notifications.

import { notify, NotifyContainer, Colors } from "react-push-notifications";
import "react-push-notifications/notify.css";

export default function Login() {
    const handleClick = () => notify("Clicked Button!", 4000, Colors.gray[300], "#202020", Colors.green[500]);

    return (
        <button onClick={handleClick}>Click me!</button>
    )
};
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

5 years ago