1.2.0 • Published 6 years ago
zguis v1.2.0
zgui
a vue component library for mobile phone.
usage
import Vue from ''vue;
import zguis from 'zguis';
import 'zguis/dist/zguis.css';
Vue.use(zguis);
Header component
attribute
name | type | default | use |
---|---|---|---|
title | String | Set title name | |
back | Boolean | false | Set a left icon |
event
name | type | parameter | use |
---|---|---|---|
@click-left-button | click | Handle the left click event | |
@click-right-button | click | Handle the right click event |
slot
name | use |
---|---|
left | On the left side of the area |
center | middle area, takes effect when title is not set |
right | On the right side of the area |
Card component
slot
name | use |
---|---|
header | On the top side of the area |
default | middle area |
footer | On the bottom side of the area |
Cell component
attribute
name | type | default | use |
---|---|---|---|
label | String | 标题 | Set title name |
labelType | String | Set title type | |
value | String,Number | Set value | |
required | Boolean | false | required fields |
noLink | Boolean | false | Hide the icon |
event
name | type | parameter | use |
---|---|---|---|
@on-go | click | Click on the cell |
slot
name | use |
---|---|
icon | On the left side of the icon |
1.2.0
6 years ago
1.1.0
6 years ago
1.0.19
6 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
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