From ff063d54c6032d44feed6bbb5d5c98a51bc9ada8 Mon Sep 17 00:00:00 2001 From: sugan006 <107548499+sugan006@users.noreply.github.com> Date: Tue, 14 May 2024 16:14:27 +0530 Subject: [PATCH] Adding css file --- docs/render-what-you-want.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/render-what-you-want.md b/docs/render-what-you-want.md index d4dbea4..549e755 100644 --- a/docs/render-what-you-want.md +++ b/docs/render-what-you-want.md @@ -15,6 +15,7 @@ When you render a component, a `closeToast` prop and the `toastProps` are inject ```jsx import React from "react"; import { ToastContainer, toast } from "react-toastify"; +import "react-toastify/dist/ReactToastify.css"; const Msg = ({ closeToast, toastProps }) => (