1.2.8 • Published 3 years ago

v-render-ui v1.2.8

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

v-render-ui

这是一个从原 v-render 框架中分离出的组件库,v-render 框架新版本将不再内置组件。

使用 v-render-ui

安装
npm i v-render-ui --save
引入
const Path = require("path");
const VRender = require("v-render");

VRender.use(require("v-render-ui"));

// 配置路由信息...

new VRender({
  cwd: Path.resolve(__dirname, "./")
});
使用(如:index页面【Index.js】)
const VRender = require("v-render");

const Index = VRender.PageView.extend(module, {
  renderBody: function (body) {
    Index.super(this, body);
    new VRender.UIInput(this, {
      prompt: "请输入"
    }).render(body);
  }
});

组件列表

名称描述
UIButton按钮
UICheckbox多选框
UICheckGroup多选组
UIConfirm确认对话框
UIContainer边框容器
UIDateInput日期输入框
UIDatePicker日期选择器
UIDateRange起止日期输入框
UIDateTime日期时间输入框
UIDialog对话框
UIFileUpload文件上传
UIForm表单视图
UIGroup组视图
UIInput文本输入框
UIList列表视图
UIMessage提示框
UINotice通知
UIPaginator分页
UIPanel面板
UIPopupMenu弹出菜单
UIRadiobox单选框
UIRadioGroup单选组
UIScroll滚动加载
UISelect下拉选择框
UITabbar标签栏
UITable数据网络
UITimeInput时间输入框
UITree树形视图
UITreeSelect树形下拉选择框
1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago