Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codebrahma/react-notifications-menu
- Owner: Codebrahma
- Created: 2019-12-26T07:10:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T18:25:46.000Z (11 months ago)
- Last Synced: 2024-11-28T17:06:24.678Z (about 2 months ago)
- Topics: notifications-menu, npm-library, react, react-library
- Language: JavaScript
- Homepage: https://react-notifications-menu.netlify.com/
- Size: 4.98 MB
- Stars: 13
- Watchers: 4
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.