Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kui-vue

Package Overview
Dependencies
Maintainers
0
Versions
177
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.8
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
232
decreased by-30.95%
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

FAQs

Package last updated on 24 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc