Socket
Socket
Sign inDemoInstall

canknow-ui

Package Overview
Dependencies
17
Maintainers
1
Versions
427
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    canknow-ui

A high quality UI components Library


Version published
Maintainers
1
Created

Readme

Source

Canknow

构建状态(https://canknow.coding.net/p/canknow/ci/job)

canknow-ui是一套基于html5的metro风格vue前端框架,能创建美观的pc端网站、管理后台,另开发更便捷和统一。包含button、cell、dialog、 progress、 toast、article、actionsheet、icon、rich editor等各式元素。

快速开始

CDN

<!-- 引入样式 -->
<link rel="stylesheet" href="https://unpkg.com/canknow/dist/canknow-ui.css">
<!-- 引入组件库 -->
<script src="https://unpkg.com/canknow/dist/canknow-ui.umd.js"></script>

完整引入

import Vue from 'vue';
import canknow from 'canknow-ui';
@import "~canknow-ui/dist/canknow-ui.css";

Vue.use(canknow);

样例

您可以直接访问(http://j10s0w.coding-pages.com/) 查看每种组件或者插件的效果

License

The MIT License(http://opensource.org/licenses/MIT) 请自由地享受和参与开源。

贡献

如果你有好的意见或建议,欢迎给我们提issue或pull request。

Keywords

FAQs

Last updated on 01 May 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc