From 3c1943b7cb858c178d23ba55056904339076d969 Mon Sep 17 00:00:00 2001 From: Dom Date: Fri, 13 Sep 2024 11:22:51 -0300 Subject: [PATCH] Add setup section Add setup section to make it clear the user should add the css somewhere in their root page or layout. --- docs/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 72b1041..1076b34 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -20,6 +20,11 @@ With yarn: yarn add react-toastify ``` +## Setup + +- Add `import 'react-toastify/dist/ReactToastify.css';` on your main page or layout +- Add `` to your application tree + ## The gist ```jsx