2.1.3 • Published 4 years ago

@jeferson.urbieta/loki v2.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Loki npm version

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:

NameDescriptionTypeDefaultRequired
label-confirm"Yes" button labelString'Sim'no
label-decline"No" button labelString'Não'no
maxWidthComponent widthNumber290no
questionContent of dialogStringyes

Events:

NameDescription
@onConfirmYes button event
@onDeclineNo botton event

You can use our UI Libray in your projects, improve it and propose modifications to us.

2.1.3

4 years ago

2.1.2

4 years ago

0.6.15

4 years ago

0.6.12

4 years ago

0.6.11

4 years ago

0.6.10

4 years ago

0.6.9

4 years ago

0.6.7

4 years ago

0.6.8

4 years ago

0.6.6

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.5.7

4 years ago

0.5.6

4 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.3.3

5 years ago