@cdlab996/lowcode-plugin-set-doc-url
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

🚀 @cdlab996/lowcode-plugin-set-doc-url

Lowcode Plugin Component material new documentation address

NPM

npm version npm downloads GitHub license

⚡ Usage

Register the plugin

import { plugins } from '@alilc/lowcode-engine'
import PluginSetDocUrlProp from '@cdlab996/lowcode-plugin-set-doc-url'

// Register with the engine
plugins.register(PluginSetDocUrlProp)

Plugin Properties & Methods

none

Components Materials

import type { IPublicTypeComponentMetadata } from '@alilc/lowcode-types'

const meta: IPublicTypeComponentMetadata = {
  group: 'Element-plus',
  componentName: 'ElButton',
  docUrl: 'https://element-plus.org/zh-CN/component/button.html',
  configure: {
    props: [],
    supports: {},
  },
  snippets: [],
}

export default meta

Readme

Keywords

none

Package Sidebar

Install

npm i @cdlab996/lowcode-plugin-set-doc-url

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

6.69 kB

Total Files

6

Last publish

Collaborators

  • wuchendi