1.2.0 • Published 7 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
7 years ago
1.1.0
7 years ago
1.0.19
7 years ago
1.0.18
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago