No description
Find a file
梁灏 06322514c6 support Radio
support Radio
2017-03-01 17:01:22 +08:00
.github update issue desc 2016-12-15 09:39:00 +08:00
assets ready to publish 1.0.0 2017-02-12 15:56:41 +08:00
build add HtmlWebpackPlugin 2017-03-01 13:56:01 +08:00
src support Radio 2017-03-01 17:01:22 +08:00
test support Radio 2017-03-01 17:01:22 +08:00
.babelrc add iview.install() 2016-11-03 10:19:35 +08:00
.editorconfig init 2016-09-09 14:29:19 +08:00
.eslintrc.json update TimePicker & BackTop 2016-12-27 12:00:45 +08:00
.gitattributes release 0.9.8 2016-11-21 13:55:23 +08:00
.gitignore add dist/ to .gitignore 2016-11-14 20:28:58 +08:00
.npmignore add umd library build 2016-11-03 17:21:04 +08:00
.travis.yml 🎨 add eslint 2016-12-25 22:49:42 +08:00
CHANGE.md support Radio 2017-03-01 17:01:22 +08:00
LICENSE Update LICENSE 2016-10-08 18:03:54 +08:00
package.json add HtmlWebpackPlugin 2017-03-01 13:56:01 +08:00
README.md support Radio 2017-03-01 17:01:22 +08:00

iView iView NPM downloads Join the chat at https://gitter.im/iview/iview

A high quality UI Components Library with Vue.js

This branch is for Vue 2.x

Docs

中文文档

English (Coming soon)

Programming

  • Grid
  • Layout
  • Button
  • Icon
  • Input
  • Radio
  • Checkbox
  • Switch
  • Table
  • Select
  • Slider
  • DatePicker
  • TimePicker
  • Cascader
  • Transfer
  • InputNumber
  • Rate
  • Upload
  • Form
  • Alert
  • Card
  • Message
  • Notice
  • Modal
  • Progress
  • Badge
  • Collapse
  • Timeline
  • Tag
  • Tooltip
  • Poptip
  • Carousel
  • Tree
  • Menu
  • Tabs
  • Dropdown
  • Page
  • Breadcrumb
  • Steps
  • LoadingBar
  • Circle
  • Affix
  • BackTop
  • Spin

Overview

组件概览Component Overview

Features

  • High quality and rich functions
  • Friendly APIs,free and flexible
  • Great Documentation
  • It is quite beautiful
  • Using .vue file development mode
  • Based on npm + webpack + babel, using ES2015

Install

Install vue-webpack project in the first place

Use iview-project(Recommended) Or vue-cli

Install iView

using npm

npm install iview --save

Or using script tag for global use

<script type="text/javascript" src="iview.min.js"></script>

Usage

<template>
    <Slider :value.sync="value" range></Slider>
</template>
<script>
    export default {
        data () {
            return {
                value: [20, 50]
            }
        }
    }
</script>

Use css

import 'iview/dist/styles/iview.css';

Browser Support

Normal browsers and Internet Explorer 9+.