post-viewui
v1.1.2
Published
A high quality UI components Library with Vue.js
Downloads
2
Maintainers
Readme
Docs
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
Copyright (c) 2016-present, TalkingData