1.0.6 • Published 2 years ago

react-notifications-menu-modern v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago