2.1.3 • Published 5 years ago

@jeferson.urbieta/loki v2.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

2.1.2

5 years ago

0.6.15

5 years ago

0.6.12

5 years ago

0.6.11

5 years ago

0.6.10

5 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

6 years ago