Sometimes, we need to display a toast on the client side. Will this be possible with live toast? Something like: LiveToast.JS.put_toast
JS.dispatch("to_clipboard", to: "#foo")
|> LiveToast.JS.put_toast(:info, "Data copied to the clipboard.")
|> JS.hide(to: "#modal")