Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codebrahma/react-notifications-menu

Simple, fully customisable React component for notifications dropdown
https://github.com/codebrahma/react-notifications-menu

notifications-menu npm-library react react-library

Last synced: about 2 months ago
JSON representation

Simple, fully customisable React component for notifications dropdown

Awesome Lists containing this project

README

        

# 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](https://img.shields.io/npm/v/react-notifications-menu.svg)](https://www.npmjs.com/package/react-notifications-menu) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)



## Getting Started

### Install

Install using npm or yarn

```bash
npm install --save react-notifications-menu
```

or

```bash
yarn add --save react-notifications-menu
```

## Basic Usage

```jsx
import Notifications from "react-notifications-menu";

const Example = () => {
return (

);
};
```

To know more, visit [react-notifications-menu](https://react-notifications-menu.netlify.com/) docs

## Demo

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