react-notifications-menu

1.0.6 • Public • Published

react-notifications-menu

A React Component used to render notifications with default styles and also allows to customize entire notification component by providing necessary props and styles.

NPM JavaScript Style Guide

Getting Started

Install

Install using npm or yarn

npm install --save react-notifications-menu

or

yarn add --save react-notifications-menu

Basic Usage

import Notifications from "react-notifications-menu";

const Example = () => {
  return (
    <Notifications
      renderItem={CustomComponent}
      classNamePrefix='okrjoy'
      headerBackgroundColor='red'
    />
  );
};

To know more, visit react-notifications-menu docs

Demo

To view the demo of the Notification component in the code sandbox. Click here.

/react-notifications-menu/

    Package Sidebar

    Install

    npm i react-notifications-menu

    Weekly Downloads

    349

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    300 kB

    Total Files

    6

    Last publish

    Collaborators

    • cb-dev