kui-vue

A high quality UI Toolkit built on Vue.js 2.0

Usage no npm install needed!

<script type="module">
  import kuiVue from 'https://cdn.skypack.dev/kui-vue';
</script>

README

KUI for Vue

A high quality UI components Library with Vue.js

View UI NPM downloads NPM downloads JS gzip size CSS gzip size

Docs

3.x | 2.x

Features

Dozens of useful and beautiful components.
Friendly API. It's made for people with any skill level.
Extensive documentation and demos.
It is quite beautiful.

Compatibility

Supports Vue.js 2.x
Supports SSR
Supports Nuxt.js
Supports TypeScript
Supports Electron
Most components and features support IE9 and above browsers, some components and features do not support IE

Install

Using npm:

npm install kui-vue --save

Using a script tag for global use:

<!-- import stylesheet -->
<link rel="stylesheet" href="//unpkg.com/kui-vue/dist/k-ui.css">
<!-- import kui -->
<script src="//unpkg.com/kui-vue/dist/k-ui.js"></script>

Usage

<template>
  <div>
    <Button type="primary" @click="test">Primary</Button>
  </div>
</template>
<script>
export default{
  data(){
    return{

    }
  },
  methods:{
    test(){
      this.$Message.info('test')
    }
  }
}
</script>

Ecosystem Links

KUI for react

KUI for mobile

License

MIT

Copyright (c) 2017-present, Chuchur