Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

animated

Usage

Move component in your highest main react component.

import Notifications from "./Notifications"


class Main extends React.Component {

    render(){
        return (
            <div>
                <Notifications/>
            </div>
        )
    }
}

call notification anywhere inside your main component or child components

import {showNotification} from "./Notifications"

showNotification({text: "We could not find any data!"})

About

React Notifications Component

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages