/hook-useNotification

Hook to display notification easily (using TailwindCSS or custom CSS)

Primary LanguageJavaScript

How to use it?

You have to:

  1. To wrap your <App /> component between <NotificationProvider>
  2. Import <Notification /> in the component you use to display all your app. Usually <Container>
  3. Import useNotification where you want to display a message. For example: Error while doing fetch requests