1.3.2 • Published 5 years ago

cb-react-notifications v1.3.2

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

cb-react-notifications

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 cb-react-notifications

or

yarn add --save cb-react-notifications

Basic Usage

import Notifications from "cb-react-notifications";

const Example = () => {
  return (
    <Notifications
      renderItem={CustomComponent}
      classNamePrefix="okrjoy"
      displaySeeAll={false}
    />
  );
};

To know more, visit cb-react-notifications docs

1.3.2

5 years ago

1.3.1

5 years ago

1.2.0

5 years ago

1.3.0

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago