diff --git a/package.json b/package.json index f355877..7289a39 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "react-hot-toast", + "description": "Smoking hot React Notifications. Lightweight, customizable and beautiful by default.", "version": "2.0.0", "author": "Timo Lins", "license": "MIT", diff --git a/site/pages/docs/use-toaster.mdx b/site/pages/docs/use-toaster.mdx index 47913cb..158ff1c 100644 --- a/site/pages/docs/use-toaster.mdx +++ b/site/pages/docs/use-toaster.mdx @@ -35,7 +35,7 @@ const Notifications = () => { {toasts .filter((toast) => toast.visible) .map((toast) => ( -
+
{toast.message}
))} @@ -94,6 +94,7 @@ const Notifications = () => { opacity: toast.visible ? 1 : 0, transform: `translateY(${offset}px)`, }} + {...toast.ariaProps} > {toast.message}