An open API service indexing awesome lists of open source software.

https://github.com/shenfe/lite-toast

A lightweight toast component for mobile frontend.
https://github.com/shenfe/lite-toast

ui-component

Last synced: 11 months ago
JSON representation

A lightweight toast component for mobile frontend.

Awesome Lists containing this project

README

          

# lite-toast
A lightweight toast component for mobile frontend.

## Demo
[Demo](http://shenfe.github.io/repos/lite-toast/demo.html)

## Usage
```js
Toast('Hello!');
Toast('How are
you?', {
cssText: 'border:1px solid #ccc;text-align:center;color:#000;background:rgba(255,255,255,0.5);',
delay: 2000,
callback: function () {
alert('Fine!');
}
});
```

## License
MIT