@engagespot/react-component
TypeScript icon, indicating that this package has built-in type declarations

1.3.7 • Public • Published

React Notification Feed Component

Engagespot React notification feed component helps you to build a realtime notification feed in your React.js app. This library includes React components to build a fully customizable notification inbox component in your app.

All you need is a free API Key from Engagespot to get started.

Notification Inbox Preview Something like this.

Quick Setup

You can add a notification feed to your React app in minutes with the pre-built UI Components and APIs powered by Engagespot.

npm i @engagespot/react-component

Then render Engagespot component where you want the bell icon to appear.

import { Engagespot } from '@engagespot/react-component';

<Engagespot
  apiKey="ENGAGESPOT_API_KEY"
  userId="youruser@example.com"
></Engagespot>;

You can find your ENGAGESPOT_API_KEY from your Engagespot dashboard. userId should be any value to uniquely identify your app's users. It can be their email id, or UUID or a numerical id from your database.

Read docs to know more about advanced configurations and customizations.

Dependencies (14)

Dev Dependencies (34)

Package Sidebar

Install

npm i @engagespot/react-component

Weekly Downloads

3,496

Version

1.3.7

License

MIT

Unpacked Size

242 kB

Total Files

8

Last publish

Collaborators

  • hemanditwiz
  • anandrmedia