get-notify

0.0.1 • Public • Published

Get Notify

Installation

npm i get-notify

UsageExample

import Notify from 'get-notify';

function App(){

    return(
        <div>
        <Notify 
        type={'success'}
        text={'popup text here'}
        pos={'RightTop'} 
        />
        </div>
    )
}

All Props

Props Use
pos RightTop,LeftTop,RightBottom,LeftBottom
type success,failed,info,warn,standard
text text to shown in popup

Author


THANK YOU

Package Sidebar

Install

npm i get-notify

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

4.71 kB

Total Files

5

Last publish

Collaborators

  • govi-k