How to use the amis.toast.info function in amis

To help you get started, we’ve selected a few amis examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fex-team / amis-admin / App.tsx View on Github external
copy: (contents: string, options: any = {}) => {
            const ret = copy(contents, options);
            ret && (!options || options.shutup !== true) && toast.info('内容已拷贝到剪切板');
            return ret;
        }
    });

amis

一种MIS页面生成工具

Apache-2.0
Latest version published 11 days ago

Package Health Score

81 / 100
Full package analysis