2.1.3 • Published 6 years ago
@jeferson.urbieta/loki v2.1.3
Loki 
Vue UI Components built with Vuetify framework
Installing
- Download the project using "
git clone" command (or download the zip file and extract the project if you don't have git installed on your machine) - Access the project folder (usually loki)
- Install dependencies via npm (
npm install) - That's all!
How to use
Usage example of az-confirm component:
<v-flex xs12 sm3 d-flex>
<v-btn @click="showDialog = true">Show Dialog Button</v-btn>
<az-confirm question="This is the text content of the dialog"
v-if="showDialog"
@onConfirm="eventoConfirm()"
@onDecline="eventoDecline()"
></az-confirm>
</v-flex>Parameters:
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| label-confirm | "Yes" button label | String | 'Sim' | no |
| label-decline | "No" button label | String | 'Não' | no |
| maxWidth | Component width | Number | 290 | no |
| question | Content of dialog | String | yes |
Events:
| Name | Description |
|---|---|
| @onConfirm | Yes button event |
| @onDecline | No botton event |
You can use our UI Libray in your projects, improve it and propose modifications to us.
2.1.3
6 years ago
2.1.2
6 years ago
0.6.15
6 years ago
0.6.12
6 years ago
0.6.11
6 years ago
0.6.10
6 years ago
0.6.9
6 years ago
0.6.7
6 years ago
0.6.8
6 years ago
0.6.6
6 years ago
0.6.5
6 years ago
0.6.4
6 years ago
0.5.7
6 years ago
0.5.6
6 years ago
0.5.3
6 years ago
0.5.2
6 years ago
0.5.1
6 years ago
0.5.0
6 years ago
0.3.3
7 years ago