We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问有没有办法在左侧插件下面增加文字,类似图中这样
The text was updated successfully, but these errors were encountered:
props.title 就是图标下方展示的文字。
skeleton.add({ area: "leftArea", // 插件区域 type: "PanelDock", // 插件类型,弹出面板 name: "sourceEditor", content: SourceEditor, // 插件组件实例 props: { align: "left", icon: "wenjian", title: '标题', description: "JS 面板", }, panelProps: { floatable: true, // 是否可浮动 height: 300, hideTitleBar: false, maxHeight: 800, maxWidth: 1200, title: "JS 面板", width: 600, }, });
Sorry, something went wrong.
liujuping
No branches or pull requests
请问有没有办法在左侧插件下面增加文字,类似图中这样
The text was updated successfully, but these errors were encountered: