1.0.4 • Published 1 year ago

react-push-notifications v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

4 years ago