1.0.1 • Published 6 years ago

lxcomponment v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

ComponmentPlugin README

This is the README for your extension "ComponmentPlugin". After writing up a brief description, we recommend including the following sections.

Usage

定义组件

"lx-label": {
    "attributes": [
      "title",
      "padding",
      "background"
    ],
    "defaults": [
      "title"
    ],
    "description": "label componment",
    "version": "1.0.0"
  },

组件属性设置

"disabled": {
   "type": "boolean"
 }
"size": {
   "options": [
     "medium",
     "small",
     "mini"
   ]
 },

Tip: attribute:组件支持的所有属性 defaults:组件自动补全默认带出的属性 option:属性可选值 type:为bool值,属性为true or false

属性描述备注
attributes组件支持的所有属性必填
defaults自动补全带出的默认属性必填
description组件简介可选
version版本号可选