0.0.1 • Published 3 years ago

zeedhi-teknisa-components v0.0.1

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

Teknisa Components

How to Install

First of all, you need to install Teknisa Components dependencies on your project. The @zeedhi/teknisa-components-common is required for all projects.

npm install -S @zeedhi/teknisa-components-common

After that, install the dependencies related to the framework or library you choose to use. The example belows show how to install for a Vue + Vuetify project.

npm install -S @zeedhi/teknisa-components-vuetify

The Teknisa Components plugins follow the Vue Plugin default configuration, so just call Vue.use method. If you have configured these plugins in a separate file, be sure to call it inside your main file.

import Vue from 'vue';
import TeknisaComponents from '@zeedhi/teknisa-components-vuetify';

Vue.use(TeknisaComponents);

Using I18n

Existent Keys translated to 'pt-BR', 'en-US' and 'es-ES':

KeyValue
MARK_ALL_AS_READMarcar todas como lidas
NO_NOTIFICATIONSNenhuma Notificação
NOTIFICATIONSNotificações
SEE_ALL_NOTIFICATIONSVer todas notificações
UNAVAILABLE_IMAGEImagem indisponível