New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

win-design

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win-design

A UI Components Library with Vue2.x

latest
npmnpm
Version
1.7.8
Version published
Maintainers
1
Created
Source
> A Vue.js 2.0 UI Components Library for web
  • win-design 使用文档
  • gitlab 代码仓库私服
  • verdaccio npm私服

Features

  • 基于W.in-design 视觉规范
  • 支持按需引入
  • 支持主题定制
  • 提供大量原创通用icon和行业icon
  • 支持服务端渲染(Vue SSR)
  • 单元测试加持
  • 详尽的文档和示例

Install

npm install win-design -S

Quick Start

import Vue from 'vue'
import WinDesign from 'win-design'
import 'win-design/lib/themes/default.css' // 默认主题样式文件

Vue.use(WinDesign)

// or

import {
  Input,
  Switch,
  Radio
  // ...
} from 'win-design'

import 'win-design/lib/themes/input.css'
import 'win-design/lib/themes/switch.css'
import 'win-design/lib/themes/radio.css'

Vue.component(Input.name, Select)
Vue.component(Switch.name, Switch)
Vue.component(Radio.name, Radio)

Browser Support

  • Chrome 49+
  • IE10+

Changelog

更多更新操作细节, 请查看更新日志

Follow us

image

© 2019 WUED

Keywords

win-ui

FAQs

Package last updated on 10 Nov 2020

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