mdc-iview

1.0.14 • Public • Published

更新日志

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组件新增stopWatch startWatch方法 改变原list不刷新列表

v1.0.14 - table表头新增_hidden属性,可以控制显示隐藏此列

iView

iView NPM downloads NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/iview/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)

中文文档 (1.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 --save

Using 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.defineProperty to 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 admin@aresn.com. PRs welcome!

Major Contributors

Name Avatar Name Avatar Name Avatar
Aresn jingsam rijn
lcx960324 GITleonine1989 huixisheng
Sergio Crisostomo lison16 Xotic750

Links

License

MIT

Copyright (c) 2016-present, iView

Package Sidebar

Install

npm i mdc-iview

Weekly Downloads

1

Version

1.0.14

License

MIT

Unpacked Size

4.67 MB

Total Files

345

Last publish

Collaborators

  • moudicat