New Feature React Notification Ui Component

Author
Anand

Mar 15, 2023

blog-post

We've launched Notification UI Kit for React that you can use to build a notification feed in your app powered by Reactjs.

Usage

Install react notification npm package npm i @engagespot/react-component Then use the pre-built Engagespot component wherever you want the notification bell icon and feed to appear on your React app. Usually in the nav bar component, but it's your choice!

import Engagespot from "@engagespot/react-component";  
  
<Engagespot  
apiKey={ENGAGESPOT_API_KEY}  
userId={youruser@example.com}  
/>

It's simple as that! Also the SDK offers lot of powerful features like theme customizations, added security mechanisms, browser push notifications etc, which is explained in the docs.

© 2023 Engagespot. All rights reserved.