0.0.1 • Published 2 years ago

get-notify v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

PropsUse
posRightTop,LeftTop,RightBottom,LeftBottom
typesuccess,failed,info,warn,standard
texttext to shown in popup

Author


THANK YOU

0.0.1

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago