toast-display
v1.0.1
Published
Create a toast to display message
Downloads
1
Readme
Description
verify-regix is module who use to verify specific condition in string
functions
1. show : Display toast. This function take options object params
options = {
message,
position,
time,
backgroundColor,
color,
}
The defaults values is
message: 'succes',
position: 'right',
time: 2000,
backgroundColor: '#59497e',
color: '#ffffff',
Usage
======
npm i toast-display
import * as toastDisplay from 'toast-display';
toastDisplay.show()