1.0.8 • Published 6 years ago

react-notification-bar v1.0.8

Weekly downloads
18
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago