1.3.4 • Published 4 years ago

@lin-view-ui/checkbox v1.3.4

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

Checkbox

在线文档

http://ui.linjiafu.top/checkbox

安装

npm install @lin-view-ui/checkbox

快速开始

import Vue from 'vue';
import Checkbox from '@lin-view-ui/checkbox';
import '@lin-view-ui/checkbox/dist/style.css'

Vue.use(Checkbox);

// or
Vue.component(Checkbox.name, Checkbox);

浏览器支持

  • 现代浏览器和 IE10 及以上
  • Electron

贡献

如果你在使用 lin-view-ui 时遇到问题,或者有好的建议,欢迎给我提 Issue

LICENSE

MIT

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago