Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amis-editor-comp

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amis-editor-comp

组件可视化外观配置

  • 0.1.0-beta.10
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

comp-config

组件可视化外观配置

如何使用

安装

npm i amis-editor-comp

使用

import {render as renderAmis} from 'amis';

// 引入editor公共组件
import 'amis-editor-comp';
import 'amis-editor-comp/dist/index.css';

const Test = (props) => {
    return (
        {
            // 渲染
            renderAmis({
                type: 'ae-xxxxx',
            })
        }
    )
}

开发相关

  • src
    • index.ts:入口
    • types.d.ts:全局类型声明
    • renderers:所有渲染器代码
    • scss:样式文件
    • icons:svg图标
    • static:图片资源
    • util:工具函数

测试

Keywords

FAQs

Package last updated on 24 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc