1.3.2 • Published 5 years ago
cb-react-notifications v1.3.2
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.
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