How to use amis - 2 common examples

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;
        }
    });
github fex-team / amis-admin / routes / admin / index.tsx View on Github external
navigations.forEach(root => {
        root.children && mapTree(root.children, (item:any) => {
            if (item.path && item.component) {
                routes.push(
                    
                )
            } else if (item.path && item.getComponent) {
                routes.push(

amis

一种MIS页面生成工具

Apache-2.0
Latest version published 1 month ago

Package Health Score

81 / 100
Full package analysis