get-notify
v0.0.1
Published
Popup Notifications for react projects.
Downloads
1
Maintainers
Readme
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