1.2.0 • Published 6 years ago

zguis v1.2.0

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

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

nametypedefaultuse
titleStringSet title name
backBooleanfalseSet a left icon

event

nametypeparameteruse
@click-left-buttonclickHandle the left click event
@click-right-buttonclickHandle the right click event

slot

nameuse
leftOn the left side of the area
centermiddle area, takes effect when title is not set
rightOn the right side of the area

Card component

slot

nameuse
headerOn the top side of the area
defaultmiddle area
footerOn the bottom side of the area

Cell component

attribute

nametypedefaultuse
labelString标题Set title name
labelTypeStringSet title type
valueString,NumberSet value
requiredBooleanfalserequired fields
noLinkBooleanfalseHide the icon

event

nametypeparameteruse
@on-goclickClick on the cell

slot

nameuse
iconOn 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