1.0.1 • Published 5 years ago

toast-display v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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()