1.1.2 • Published 2 years ago

post-viewui v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm.io iView NPM downloads NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/iview/iview Backers on Open Collective Sponers on Open Collective

Docs

3.x | 2.x | 1.x

Features

高质量、功能丰富 友好的 API ,自由灵活地使用空间 细致、漂亮的 UI 可自定义主题

Install postViewui

Using npm:

npm install post-viewui --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';

License

MIT

Copyright (c) 2016-present, TalkingData