mdc-iview
v1.0.14
Published
V2.9.2 fork / A high quality UI components Library with Vue.js
Maintainers
Readme
更新日志
v1.0.1 - 样式修改
v1.0.2 - table增加minWidth maxWidth 修复table部分bug
v1.0.3 - tree组件新增children-key
v1.0.5 - Select、AutoComplete、DatePicker、TimePicker、ColorPicker、Cascader、Dropdown 等组件支持自动识别浮层展开方向。
v1.0.6 - 修复 Poptip / Tooltip 动态修改内容后,位置计算不准确的 bug 修复 Poptip 和 Tooltip 有时方向识别错误的 bug,并支持自定义 popper.js 的 options 选项 Poptip 新增属性 popper-class。
v1.0.7 - table 新增on-cancel-select事件(取消全选)
v1.0.8 - tree组件新增title-key 及getCheckedNodesWithoutChildrenNodes方法 用以获取选中的最大的集合
v1.0.9 - table 新增拼音排序功能 在对应的栏上加
sortable: 'pinyin'
v1.0.10 - table组件新增
selectedFixToTop方法,能够使被选中的置顶, 新增_hidden属性。
v1.0.13 - table组件新增
stopWatchstartWatch方法 改变原list不刷新列表
v1.0.14 - table表头新增
_hidden属性,可以控制显示隐藏此列
iView
A high quality UI Toolkit built on Vue.js.
This branch is for Vue.js 2.x.
The branch for Vue.js 1.x can be found here.
Docs
English (2.0)
中文文档 (2.0)
Overview
Component Overview
Features
- Dozens of useful and beautiful components.
- Friendly API. It's made for people with any skill level.
- Extensive documentation and demos.
- It is quite beautiful.
- Supports both Vue.js 2 and Vue.js 1.
Who's using iView
If your company or products use iView, welcome to click here to leave a message.
Install
Please install Webpack first!
We recommend you create your project through iView Cli or iview-project. You can also use vue-cli.
Install iView
Using npm:
npm install iview --saveUsing a script tag for global use:
<script type="text/javascript" src="iview.min.js"></script>
<link rel="stylesheet" href="dist/styles/iview.css">You can find more info on the website.
Usage
<template>
<Slider v-model="value" range />
</template>
<script>
export default {
data () {
return {
value: [20, 50]
}
}
}
</script>Using css via import:
import 'iview/dist/styles/iview.css';Compatibility
- Supports Vue.js 2.x
- Supports Vue.js 1.x - visit 1.0 docs
- Supports SSR
- Supports Nuxt.js
- Supports Electron
- iView does not support IE8 or below since Vue.js uses
Object.definePropertyto track changes which is not supported by these browsers.
Community
If you want to contribute or have questions or bugs to report:
Questions: Find other users at the Gitter chat or post on StackOverflow using [iview-ui] tag
Bugs: File a issue here - please provide a example so we can help you better
Contribute: Contact us in Gitter chat, WeChat or via mail to [email protected]. PRs welcome!
Major Contributors
| Name | Avatar | Name | Avatar | Name | Avatar |
| -------------------------------------------------------- | -------------------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------------------- | ------------------------------------------- | -------------------------------------------------------------- |
| Aresn | | jingsam |
| rijn |
|
| lcx960324 |
| GITleonine1989 |
| huixisheng |
|
| Sergio Crisostomo |
| lison16 |
| Xotic750 |
|
Links
License
Copyright (c) 2016-present, iView
