1.0.8 • Published 5 years ago

react-notification-bar v1.0.8

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

react-notification-bar

A React notification bar

alt text

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import NotificationBar from 'react-notification-bar';


let bar = React.createElement(
    NotificationBar,
    {
        message: 'Free Chickens!',
        sound: true,
    }
);

ReactDOM.render(bar, '#notification-bar');
1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago