kui-vue
v3.6.2
Published
A lightweight desktop UI component library suitable for Vue.js 2.
Downloads
1,720
Maintainers
Readme
A high quality UI components Library with Vue.js

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 --save
#with yarn:
yarn add kui-vueUsing 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/[email protected]"></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 | firefox | safari | IE/Edge | Electron | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | latest 2 versions | latest 2 versions | latest 2 versions | Edge | latest 2 versions |
Ecosystem Links
License
Copyright (c) 2017-present, Qiu
