Socket
Socket
Sign inDemoInstall

weilan-ui

Package Overview
Dependencies
58
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    weilan-ui


Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Install size
24.9 MB
Created
Weekly downloads
 

Readme

Source

wlui

精美易用的前端复杂组件及市场上未出现的需求组件收录

文档地址

Install

npm install weilan-ui -S  

# or

yarn add weilan-ui

Quick Start

全部引入

import Vue from 'vue'
import WeilanUi from 'weilan-ui'
import 'weilan-ui/lib/weilan-ui.css';

Vue.use(WeilanUi)

按需引入

import {
  Gantt, // 甘特图
  Explorer, // 文件管理器
  BimViewer, // bim三维模型预览
  TransferTree, // 树形穿梭框
  FormDesigner, // 表单设计器
  FormParser, // 表单解释器
  Container, 
  ContextMenu, 
  FadeIn, 
  Scroll, 
  Address, 
  Add, 
  Input, 
  Select, 
  SelectTree, // 树形下拉框
  Tree, 
  Table, 
  TableDynamic, 
} from 'weilan-ui'
import 'weilan-ui/lib/weilan-ui.css';

Vue.use(Gantt)
Vue.use(Explorer)
...

Donation

如果你有心,可以请作者喝杯咖啡

社区

IssueQQ群
wlui/issues

Keywords

FAQs

Last updated on 14 Dec 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc