Skip to content

smallerqiu/kui-vue

Repository files navigation

KUI for Vue

A high quality UI components Library with Vue.js

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

theme

English | 简体中文

Documentation

Features

  • Up to 50 high-quality Components.
  • Internationalization Support for Dozens of Languages.
  • Supports Vue.js 3.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 --save

#with yarn:
yarn 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@4.x"></script>

Usage

<template>
  <div>
    <button type="primary" @click="test">Primary</button>
  </div>
</template>
<script setup>
  import { message } from "kui-vue";
  const test = () => {
    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, Qiu

About

A desktop UI component library based on Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages