🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Book a DemoInstallSign in
Socket

kui-vue

Package Overview
Dependencies
Maintainers
0
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kui-vue

A high quality UI Toolkit built on Vue.js 2.0

3.4.9
latest
npm
Version published
Weekly downloads
1.4K
68.32%
Maintainers
0
Weekly downloads
 
Created
Source

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 versionslatest 2 versionslatest 2 versionsEdgelatest 2 versions

KUI for react

KUI for mobile

License

MIT

Copyright (c) 2017-present, Chuchur

Keywords

vue

FAQs

Package last updated on 28 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts