cview

1.0.2 • Public • Published

Install iView

using npm

npm install cview --save

Or using script tag for global use

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

Usage

<template>
    无双向绑定
    <c-input value="value" range></c-input>
    双向绑定
    <c-input v-model="value" range></c-input>
</template>
<script>
    export default {
        data () {
            return {
                value: 'xxx'
            }
        }
    }
</script>

Use css

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

Browser Support

Normal browsers and Internet Explorer 9+.

Links

We have been in developing, please pay attention to the cView.

Package Sidebar

Install

npm i cview

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • cheng-fei