use-notify icon indicating copy to clipboard operation
use-notify copied to clipboard

support dict config to create Notify

Open mic1on opened this issue 1 year ago • 0 comments

like:

settings = {
    "bark": {
        "token": "YOUR_BARK_TOKEN",
    }
}

notify = useNotify.from_settings(settings)
...

mic1on avatar Nov 29 '23 05:11 mic1on