Liu Song’s Projects


~/Projects/flyover

git clone https://code.lsong.org/flyover

flyover

install

~$ tnpm i @alipay/flyover --save

documents

toast

import { toast } from '@alipay/flyover';

basic:

toast('hello world');

with options:

toast('hello world', { type: 'success', duration: 2000 });

alert

import { alert } from '@alipay/flyover';

basic:

alert('hello world');

license

This project is under Alibaba Inc Source Code License.