Skip to content

A React example to show how to create your own notification component. DOM manipulation by adding and removing document elements.

Notifications You must be signed in to change notification settings

rawjson/react-notifications

Repository files navigation

React.js x Vite.js x TailwindCSS Example

This example shows how to create your own notification component in react using Object Oriented React Programming. Just extend the Notify or Counter class to implement notification feature in your app.

A live hosted link is available here. If the link does not work:

  • Copy and paste : https://react-notifications.vercel.app/.

Get started:

$ git clone <repo link>

Install some dependencies:

$ npm install

Run the development server:

$ npm run dev

About

A React example to show how to create your own notification component. DOM manipulation by adding and removing document elements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published