1.0.5 • Published 6 years ago

yonking-ui v1.0.5

Weekly downloads
11
License
ISC
Repository
-
Last release
6 years ago

yonking-ui

安装

npm install yonking-ui -S

快速启动

import Vue from 'Vue'
import YonkingUi from 'yonking-ui'

Vue.use(YonkingUi)

// or
import {
  Header,
  Footer
  // ...
} from 'yonking-ui'

Vue.component(Header.name, Header)
Vue.component(Footer.name, Footer)

了解更多,敬请期待!

浏览器支持

IE9以上的现代浏览器.

组件结构

输入 input(基于element-ui扩展)
	按钮 bottom
	多选 check-box
	普通输入(带正则验证输入)common
	emoji表情输入 emoji
	数字输入 number
	单选 radio
	下拉 select
	开关按钮 switch
	上传 upload
	
导航 nav
手风琴菜单 accordion
	水平导航  crosswise
	其他导航 other
	垂直导航  vertical
	分页 
	
独立组件 other
	投票 vote
	
UI
	背景特效 backdrop
	布局 distribution
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago