@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

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

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

6.69 kB

Total Files

6

Last publish

Collaborators

  • wuchendi