ruthly
v2.0.17
Published
simple alert message for simple applcations
Downloads
8
Readme
ruthly-vue
A simple Alert message for simple web applications
Use Ruthly for success and error pop ups that suits your project.
Installation
Install ruthly with npm
npm i ruthly
Usage/Examples
import RuthdoAlert from 'ruthly'
//success
RuthdoAlert({title:'Ruth at your service', icon:'success'})
//error
RuthdoAlert({title:'oops something is not right', icon:'error'})
//adding auto dismissal timeout
RuthdoAlert({title:'oops something is not right', icon:'error',2000})