@TODO: Add more guidance about this.
@TODO: Add more guidance about this.
Super long details about all of things needed for this toast.
We couldn’t process your payment.
By continuing to use Render, you’re accepting these new terms.
addToast("Our terms have changed.", {
detailsText: "By continuing to use Render, you’re accepting these new terms.",
appearance: "info",
});By continuing to use Render, you’re accepting these new terms.
addToast("Our terms have changed.", {
detailsText: "By continuing to use Render, you’re accepting these new terms.",
appearance: "warning",
});This doesn’t yet have styling applied automatically 🚧
By continuing to use Render’s services, you’re indicating your acceptance of these new terms.
addToast((Our <a href="https://render.com/terms">terms of service</a> have changed.), {
detailsText: "By continuing to use Render’s services, you’re indicating your acceptance of these new terms.",
appearance: "info",
callToAction: {
label: "Accept",
onClick: () => { console.log("Terms accepted 🎉") },
},
});