kui-vue

3.3.7-rc1 • Public • Published

KUI for Vue

A high quality UI components Library with Vue.js

kui-vue NPM downloads NPM downloads JS gzip size CSS gzip size

English | 简体中文

Documentation

Features

  • Up to 50 high-quality Components.
  • Internationalization Support for Dozens of Languages.
  • Supports Vue.js 2.x
  • Supports SSR
  • Supports Nuxt.js
  • Supports Electron
  • Most components and features support IE9 and above browsers, some components and features do not support IE

Install

#with npm:
npm install kui-vue

#with yarn:
npm add kui-vue

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('Hello kui !')
    }
  }
}
</script>

👌 Platform Support

KUI supports all major modern browsers.

chrome
chrome
firefox
firefox
safari
safari
IE/Edge
IE/Edge
electron
Electron
latest 2 versions latest 2 versions latest 2 versions Edge latest 2 versions

Ecosystem Links

KUI for react

KUI for mobile

License

MIT

Copyright (c) 2017-present, Chuchur

Package Sidebar

Install

npm i kui-vue

Homepage

k-ui.cn

Weekly Downloads

30

Version

3.3.7-rc1

License

ISC

Unpacked Size

2.02 MB

Total Files

675

Last publish

Collaborators

  • chuchur